Hi everyone,
So basically, my workflow has a httpcaller to make an API call and let's say the call returns a text "yes" or "no" but it takes a while for the call to be completed to return "yes".
That's why I wanna do a for loop to make the request every 5 mins until "yes" is returned.
Please let me know how I can do this or feel free to suggest a better way if possible. Thanks so much!