add a field in each array using map function sample javascript code example
Example: add a field in each array using map function sample javascript
Results.map(obj=> ({ ...obj, Active: 'false' }))
Results.map(obj=> ({ ...obj, Active: 'false' }))