Forum Discussion
j_angelevski
5 years agoContributor III
Use a mapper, then
For the first array just write $array1 in the expression, and for the second you need this expression: $array1.map(val => {“Item”: val.Item, “Item Desc”: val[‘Item Desc’] })
Result: