Paulo
October 7, 2024, 9:49pm
3
Hi @DocShades , there is no built-in way to achieve this but if you have a way to check if there is data to process, what about running the workflow every hour and using a recursive workflow to achieve this?
@explore created a great Community Show & Tell topic on how to implement this:
Hey everyone,
I wanted to share a method we’ve been using to loop through multiple pages of a REST API. This approach leverages Retool’s option to run workflows directly from within a workflow, so there’s no need to use the webhook trigger. I found some of the other solutions offered on the forum a bit convoluted for my use case, so I'm sharing this in hopes it helps someone in a similar situation.
How It Works
Initial API Call: We start with an API call to grab the data.
Handling the Re…
We created an internal feature request for updating the schedule of a WF from within, and we'll update you here with any news on it.
Let us know if the workaround works for your use case!