At the beginning of the month, create a list of things

Hello,
I would like the 1st day of every month to create a thing for each user to record how many items they will get this month.
I can’t get it to work, I thought of using recurring event but I don’t want it to happen monthly starting from the day of the workflow, but the 1st of the month. And I couldn’t manage to +(days)/(months) to get it to work.

Can anyone help me, I would really really appreciate it !
Thanks!

To schedule an API workflow to run on the 1st of the next month use something like (depending on the exact time you want the workflow to run):

Current date/time: rounded down to Month: +(Months) 1

Then use the same (or similar) expression within the workflow to schedule it again for the next month, and so on.

1 Like

Hi, this seems to be exactly what I was looking for (but i didnt find it before :’( ).
Thank you very much :!

1 Like