How do you repeat/loop a workflow?

I’m trying to have a repeating loop of text fading in and out - how can I make the workflow go back to step 1 once it reaches the end? Thanks!

try “do every (interval second/s)”

2 Likes

It depends on your scenario.

Use API workflow which schedules itself while a condition is true.

Also you can use plugins to iterate a list of things:
List popper - for API workflows (run on server side)
List shifter - for usual workflows (run on client side)