Forum Discussion
cjhoward18
5 years agoEmployee
This expression in a Mapper snap:
$Items.Item.map(value => value.mapKeys((value, key) => "WM_" + key))
will add the ‘WM_’ prefix to the keys for each item in this Item list.
Having it mapped to the target Items.Item
will replace the old value with your desired output.