JensDeveloper
4 years agoContributor II
Map Key value pairs function
Hi,
I’m having it very difficult to fill the value of a key/value pair wit another value.
I Have an object that consists of a list of strings that are each unique. but with each string inside the...
- 4 years ago
Hi @JensDeveloper,
Please try with the following expression in a Mapper snap and let me know if it helps you
$Name.mapValues(x=>$.entries()[1][1])
BR Aleksandar.