Scheduling workflows for Specific Working Days, such as the 5th Working Day of the Month

Hello everyone,

I am looking to understand how workflows can be scheduled in Retool based on working days of the month, specifically, I am interested in scheduling a task for the 5th working day of each month.

In many cases, the 5th working day may not fall on the same date every month due to weekends or holidays. Is there a built-in function or a custom script that can be used within Retool to accurately schedule tasks for specific working days of the month?

I would appreciate any insights or examples from the community on how this can be achieved within Retool.

Thank you in advance for your assistance!

Hi @Felipe_Sampaio_Lima

I don't think you can do such thing with only the Trigger/Cron interface in Workflow.

If I were you, I'd run the workflow every day and check with a branch block if it's the right day or not in the condition statement and run the further block if it's true.

Hope this help

1 Like

Thanks! I implemented this approach!

1 Like