I have this column called “monthly number of apples”. Each user has a different number.
I created an API workflow that sets monthly_number of_apples = 0, but its scheduled date is the current date/time. I had to create an admin page with a button that triggers this API workflow.
Is there any way to schedule it in a way this API workflow is triggered automatically when the month ends or a new month begins so that I don’t have to push that button every time I wanna run it?
I created another API workflow, Inside: I 1st scheduled my Main API workflow, and then I scheduled this workflow itself with scheduled date/time +minutes:1 and it has been working I a loop with 1-minute intervals.
Can you suggest me a way to turn this 1 minute interval into a month so that it runs at the beginning of the new month?
Every 1st of the month for how long you need it??? I would schedule 5 years in advance just go to website find some date to date day counter and make 60 schedules right now with specified exact days and VIOLA!