A Bot is scheduled to run daily 10 times , the bot checks if there is a need to process certain actions from excel and completes the process, if there is no need to then it checks and exits.
So is there any possibility for a bot to create no of times to trigger the bot based on a variable or schedule the triggers to run variable no of times for some time gap
if you dont wanna go through this way you can set the trigger at an particular interval in the day like every 10 minutes till 6 PM so that way you can also try and you can also create cron expression and use that Just type on the google cron expression generator and try that.
can you explain detail
now i created a flow with argument lets say it holds a value of 2
that means the MainProcess needs to run 2 times with 5 mins gap
i selected the new flow in queue and got argument value, not sure how to link to my main process