Hi Folks,
I'm building a scheduled flow which is supposed to run once every 24 hours. Although this frequency can change in future. So the requirement is to store the frequency of the flow in a SharePoint list and let the flow run based on that. This way frequency can be changed in production without changing flow.
The current idea I have is to let the flow run every hour and check the configuration list in SPO which should store the run frequency (in hours) and the last run time. Flow will calculate if it's time to run the rest of the actions based on this, if not it'll stop and skip the rest of the actions.
Is there any better way to do this? Please let me know your suggestions.
Thank you.

Report
All responses (
Answers (