Hi everyone,
I hope somebody can help me.
I have a flow that has an HTTP connector which gets data via API. The output of the HTTP is then parsed (using Parse JSON) to retrieve the values returned. My problem is the output has a "pageDetails" object which has a "nextPageUrl" property. When I check the "Parse JSON" output I can see the values but when I get the variables where I set the pageDetails/nextPageUrl it is empty/null.
Anybody who has experienced the same? I just can't figure out why it's returning empty on the variables when it's part of the HTTP/Parse JSON output.
The pageDetails and nextPageUrl have values as per the output
But I get null when I try to set the pageDetails value (same with nextPageUrl)
Thanks in advance.