Application ID
6FF3B177-880D-E896-FFB6-16A8815BE100
Expected Behavior
I would like to create a variable that contains a list of the “tasks” object properties.
- I am successfully getting the response from an external API. This contains properties and objects.
- I successfully create a variable that gets a nested object from the result.
- I would like to create a second variable that gets a nested object from the nested object
Actual Behavior
Using the get property block, I am able to access a nested list:
becomes
by using the Get Property block:
Then, I want to create a variable with the contents of a nested object one level down, for example the date of a task, in green in the screenshot below:
I have tried to repeat the logic I successfully used above, but I am getting an empty result:
I suspect that there is something I still don’t undestand on how a JSON object contains lists and arrays and how these are different.