Hello,
I have two flows and they fail 100% of the time on a schedule, but I can manually go in and start the flow and it'll pass 100% of the time. What I noticed is one of my HTTP requests will have the following in the body:
So I wanted to setup a guardrail that basically takes the body and if it contains "processing" to resubmit the flow as it will eventually return a link I need to download a dataset regularly.
I can't get this to work properly. Thoughts?
Hi @Anonymous,
To extract the status and compare with it, you just need to use the following expression:
outputs('HTTP_Request_Name').body.status
In addition, use the equal as the operator instead.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1