Schedule trigger on the last day on month
Status: Closed · Asked by elhanan cohen on · 0 views
Hi! I try to run automation on the last day of the month (28/29/30/31)
How can I set it without repeating it on 28, 29, 30, and 31?
thank you!
Hi @elhanan cohen,
You can set up the first four steps of your workflow in this manner to achieve your use case.
Your workflow will trigger on the 28th, 29th, 30th, and 31st of each month (if the month has those dates). Code by Pabbly will check whether it is the last day of the month, and if it is, the Filter will allow the next steps to be executed.
Thank you!