I’m back on Bubble after a long pause, I’m working on a new project and I’m confused about the differences on plans regarding “daily” and “monthly” scheduled workflow.
I’m building an interface for emails planification.
Send this email to this list of person at the particular date/hour, and this other email to the list of person and that particular date/hour.
I don’t get the difference between monthly and daily scheduled workflow and don’t know what plan I need then… Any help please?
Hi there, @johann.ouaki… if I was doing what you described, I would likely bump up to the first paid plan and use a recursive backend workflow (i.e., a backend workflow where the last step in the workflow schedules the same workflow to run again at some point in the future) to do what you described. Now, you might need to be on a higher plan once your app is up and running, but that has nothing to do with building out the functionality, and you can do that on the first paid plan because it gives you access to backend workflows.
Anyway, just some food for thought there, and I hope it helps.
You can see scheduled workflows on the Logs >> Scheduler tab. You can cancel the scheduled workflows from that tab, and you can also pause the scheduler itself.