Forum Discussion

JensDeveloper's avatar
JensDeveloper
Contributor II
4 years ago
Solved

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...
  • Aleksandar_A's avatar
    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.