Hello,
I’m testing Flows and accessing the D365 web API, but can’t seem to parse the ‘body.@odata.nextLink’ attribute. Is there a special escape char. required?
Hello,
I’m testing Flows and accessing the D365 web API, but can’t seem to parse the ‘body.@odata.nextLink’ attribute. Is there a special escape char. required?
Try using backticks in the Evaluate Block to get the path like in this solution.
If you’re still having trouble after trying that, if you have a screenshot of the structure of the data in the Flow, I can provide a more specific line of code for the Evaluate Block.
If you want to use a select block you can try: body.@odata~2nextLink as the path.
Additionally, in the next release you should be able to auto-complete the correct path inside the blocks rather than typing it out.