There are a few ways around it.

  1. You can do it via a Recursive workflow that you can schedule to run every morning with a certain frequency (i.e. every day):

  2. Alternatively, consider scheduling an API workflow that schedules itself for the next iteration. This method might be a bit less resource intensive because you will spread out the events (updates) throughout the day instead of running everything at the same time. For example, if you are doing something daily, you could schedule an API workflow to run every day from the time the user has registered: