cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IRPA Add Shedule Trigger Cloud Stuio

GianlucaM
Discoverer
0 Kudos
65

Dear all,

how can I add a Trigger in the IRPA Cloud Studio to start the bot on the last day of the month?

Have you an Idea ?

GianlucaM_0-1747379018068.png

 

View Entire Topic
rohit_singhal
Active Contributor
0 Kudos

You could go with one of the following options:

1. Instead of one trigger, create a trigger for each month, and schedule to execute once every 12 months, or once a year.

2. Instead of scheduled triggers, create an API based trigger. Run a daily script in either powershell or some similar script which runs locally on the machine, check the current date and if it is the last date of the month, then call the API trigger that starts the automation.

Do let me know in case you find any other convenient solution or this.

Best Regards,

Rohit