Hey Guys,
We have a requirement to change password in a SAP web application every Nth day.
Is there a way in the orchestrator do schedule a bot process to run every Nth day?
Say, I changed the password manually today, I want the bot process to run on every 55th day.
I don’t see a provision in the orchestrator to do this. Can you please advise.
2 Likes
Hi @Siddarth_Nair
How about creating a trigger and triggering time can be manage by using cron expression
2 Likes
Thanks @Maneesha_de_silva for your valuable inputs. I can create a CRON expression to trigger every last day of the month, but I am not sure if we can have a cron expression that meets every Nth day, say 55th day. Can we do that through cron?