Frontman
11 months agoQrew Trainee
Pipelines bug: JSON value not being parse when specifying the JSON records path
Hello,
I think I discovered a bug in Pipelines. I've tried troubleshooting this for several hours without any luck. I also encountered this issue several other times. Anyone else having this issue, or know any workarounds?
Steps to replicate
- Insert Fetch JSON, Iterate JSON records, and Loop for each JSON record steps.
- In the Iterate JSON records step, specify a JSON records path.
- Inside the loop, insert a reference to a JSON value.
- Run or trigger the Pipeline, Pipelines can't parse the JSON value with the given path.
I've tried the following paths but both don't parse any value:
- {{j.data_0.release.id}}
- {{j.release.id}}
JSON that appears in the activity log:
------------------------------
Frontman
------------------------------