Hi Guys,
Let's say I have a bot scheduled to run 3 times in a day. On the first scheduled run, BOT was unable to find the input file required for processing, so it ended sending out a notification to the stakeholders.
On the second scheduled run for the day, it found the input file, completed the processing and it deletes the input file at the end.
Now, for the third schedule, the bot should not run since it has already processed the input file in second run.
Can anyone please help me achieve this logic?