Api processing question

I have an API that gets submitted and returns a batch ID number.
The batch then will return a result, but i can take up to 2 to 3 minutes before the result is available via the API.

Is there a way to run the API in a loop until the result is processed?

I tried to run a condition statement, but it only seemed to run the API one time and didn’t keep it running until a result.

There is a ‘success’ option that is initially set to false until the results are published, and then it triggers to a ‘true’ value, but even when i run a repeat condition based on that value, it only seems to cycle through the API results one time while its still a false.

Any suggestions on how to get this accomplished on the Server side?

here is how i currently have it setup, but its not returning the results


Community Page
Last updated: