i need the automation to run every 5 days, including weekends. preferably to start this Thursday. Thank you
@Rowley101 - You can use the Cron expression option in Time Triggers:
0 0 */5 * *
means midnight every 5 days
Hope this helps!
i need the automation to run every 5 days, including weekends. preferably to start this Thursday. Thank you
@Rowley101 - You can use the Cron expression option in Time Triggers:
0 0 */5 * *
means midnight every 5 days
Hope this helps!