Flow timed start

Hello

I have been trying to find out if there is any other way of starting a flow other then manually. I would need my flow to run every 30 seconds for hours. Can this be done?

Hey there! :wave:

I think that’s a great feature request idea!

Currently I would suggest using Delays in your flow and looping back to the beginning to re-run things every 30 seconds.

The issue with this is that you’d have to start the loop manually. With some creative usage of variables and a Check, you could automate the stop piece to your flow however.

Hope this helps! :smile:

True! many thanks for the idea :slight_smile: