First of month workflow

Hi forum,

I am trying to create a workflow where it wil execute a action on the first day of the month (1st of Jan, 1st of Feb, 1st of March) etc.

How can I do this?

Thank you,

You can look into either using recurring events, or recursive workflows. They’re executed a bit differently, but both methods should be able to solve your problem

1 Like

First, I have a Settings Data Type that allows me to turn automations like this on/off using a yes no field. This step allows me to have an On/Off switch in a Admin panel.

When I toggle this on it will trigger the backend workflow (BEWF) to start. At the end of the BEWF, I have a step to reschedule again for the 15th of next month ONLY WHEN the Automation isActive = yes.

This will keep rescheduling until I turn the Automation off or there’s an error with rescheduling.