How to trigger a bot on saturday after first friday every month

I have to trigger a bot on Saturday after first Friday every month.
Ex. If 01-10-2022 is Saturday then it should run on next Saturday after first Friday of the week.

Thanks,

@Kavya_Mamidishetti2

You cannot directly schedule like this…Rather you need to do this logic in your bot to run or not

Run the bot on every saturday of the month and in bot check if that saturday is after first friday in current month or not

cheers

1 Like

Hello @Kavya_Mamidishetti2

This is difficult to achieve with the options currently available in the UiPath.

Instead in the process itself, you can check for the condition and process the steps if the condition meets. Otherwise, skip the automation steps. You can use an if condition to achieve this.

Thanks

1 Like