I’m trying to get row ids using an IFS REST call as below and not fetching values as expected in the workflow. When I run the Get sheets call in Postman I get results that show row ids.
Many thanks for your inputs on this issue.
Best regards,
Uvini
Best answer by Buddhi Gunasekara
Workflow uses JsonPath(A query language for JSON) to access response variables. It seems your JsonPath expression is not pointing to what you want. For example, if you want to get columns.id try something like $.columns[0].id. (Because columns is an Array and you need to specify which array object you need id of)
Workflow uses JsonPath(A query language for JSON) to access response variables. It seems your JsonPath expression is not pointing to what you want. For example, if you want to get columns.id try something like $.columns[0].id. (Because columns is an Array and you need to specify which array object you need id of)
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.