marenas
2 years agoContributor
Array manipulation
I can't figure out how to manipulate the input so that I can have the desired output. Attached is the scenario that I wanted to solve.
Here's what I tried:
- a Conditional snap (see attached)
- in Mapper, $entity.Attributes.map(x=>x.extend({Value:$ram}))
But it updates all the elements in the array with property: Value (see attached).
Thanks in advance.