We have some json which contains dollar signs e.g.
1{2 "$guid": "2d5f7c9c-8e72-4f23-9538-8e07d4c5dcbc",3 "user": {4 "name": "Alice",5 "$guid": "e891cba7-5565-4c48-a2e1-02cd07f81f54"6 },7 "orders": [8 {9 "$guid": "77e4e751-80e8-470e-92c6-493361a9484f",10 "total": 100.5011 },12 {13 "$guid": "b1263c77-4e5f-4c1e-88e0-6df67ee99f61",14 "total": 250.0015 }16 ]17}
I can’t get the json call step to read the $guid attribute as it just says invaild json path. Is there any work around to this?