API call in recurring workflow

You can tackle this different ways depending on how the workflow is setup. One way is to create a table that stores your workflow runs and check to make sure the last run has completed of the previous workflow, then start your next workflow.

I have previously posted a simple example of a Data Type structure that could be used. It also solves the problem of a workflow stalling/failing/not-completing for whatever reason and preventing the next one from running

1 Like