Forum Discussion

Gitanjali's avatar
Gitanjali
New Contributor II
2 years ago

Transform list of objects into single object with key value pairs.

Trying to use snaplogic expressions to read input view of below form from union snap: [  {    "a": " value1"   },    {     "b": "value2"   } ] into http client snap such that I can fetch val...