MRakers
11 years agoNew Contributor
Having problems Transfering Properties using JSONPath
I recently upgraded to 5.1.1 and am trying to implement a Property Transfer using this new JSONPath, but seem to be having a problem.
My REST call returns a list of Customers in a JSON format. I'm trying to select the first Customer in the list.
When I use the "Select Source JSONPath feature I get: $.$resources[0].Id
But when I attempt to transfer this Id, I get a "Path '$' not found in the current context" error.
I've been able to do similar transfers using the ResponseAsXML property, but in this case, no XML is returned. I need to go straight at the JSON to get my properties.
Any help would be appreciated.
My REST call returns a list of Customers in a JSON format. I'm trying to select the first Customer in the list.
When I use the "Select Source JSONPath feature I get: $.$resources[0].Id
But when I attempt to transfer this Id, I get a "Path '$' not found in the current context" error.
I've been able to do similar transfers using the ResponseAsXML property, but in this case, no XML is returned. I need to go straight at the JSON to get my properties.
Any help would be appreciated.