Hello everyone. I’m just looking for some help on how to handle this. I would like my app to send out reminders to users telling them which of their documents that they uploaded are about to expire. I set this up as a recursive workflow which interrogates the reminders table and finds reminders due today. The first step in the workflow runs current date/time and the second step runs the same workflow one day in the future. In this way at midnight everyday the workflow is run and the next day is scheduled.
I manually activated the workflow and I checked the scheduler for a few days and could see the daily email workflow was scheduled for the next day. However, after 11 days, I received an email from bubble saying the workflow has been terminated / deleted by the infinite recursion feature.
Because this is supposed to be daily email, there is no exit condition so it will be an infinite loop but looks like Bubble prevents this. So how do I handle this?

