I learned on here through the forums how to cancel a single API workflow by assigning an API ID to a user who has scheduled the workflow, and then using that specific API ID in order to cancel it.
However, what if a user has scheduled two or more API workflows in the future? The API that is assigned to them is only the latest one that was scheduled, so how can this user (or any user) go about cancelling the first API workflow that was scheduled?
As I see your are familiar to billing and invoicing maybe you could share some knowledge🙏🏻
I’m trying to set up an API workflow with billing invoicing and sending them out by email every 1’st of the month - do you have any ideas of how you would set that up in front and backend? The main problem is to have it triggered on that exact date every month.
Yes you need to set the Current data and time, then change the day to 1 and once scheduled, you schedule it with that date + 1 month and change the day to 1 and bubble will automatically handle it.
You can also change the month from 1 to 12 if you wish to start scheduling from next month etc.
You can setup the backend workflow to schedule itself, as a last step, having a condition set to check if it’s still valid (e.g: only when this bill schedullingStatus is yes). That way you’ll have a workflow running recursivelly untill the day it break’s on the condition you’ve set.