An Azure service that automates the access and use of data across clouds without writing code.
Unsure how to close this or at least say it was answered.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have written a flow that uses a do-while loop and it has been breaking out of the loop after 3 when the condition is not met. I have tried to use other values and it is not accepting them either. I have also tried to make it more dynamic by using coalesce and adding that to the loop count but that is not working either.
In one of my test runs it did, but then stopped working. Why is this inconsistent in behavior using either method?
int(coalesce(triggerBody()?['AccountNumberGenerator']?['MaximumAttempts'], 5))
An Azure service that automates the access and use of data across clouds without writing code.
Unsure how to close this or at least say it was answered.