Forum Discussion

rockGn0me's avatar
rockGn0me
Occasional Contributor
7 years ago
Solved

How do i perform a property transfer on a json response that has a leading $

as an example assume the following has been returned as a response from my get step   {  "$respondants": [{   "uuid": "5bddcd1a-e8ac-40b4-82c4-7e7c10cee110"  }, {   "uuid": "5bddcd1a-e8ac-40b4-...
  • PaulMS's avatar
    7 years ago

    The dollar sign represents root member object so in this case enclose in brackets like

     

    [$respondants][0].uuid