Forum Discussion

rcummings's avatar
rcummings
New Contributor
3 years ago

Datasource JSONPath Array Not Returning Data

My JSON datasource has the following structure: { "name" : "test", "customerId" : "123", "contracts" : [ { "url" : "http://1231" }, { "url" : "http://1232" }, { "url" : "http://1233" } ...