Hello
As part of the process I'm working on, the stakeholder wants an excel report that is being generated by BP to be uploaded three times a day, i.e. 8AM, 12PM and 3PM.
My initial thought was to get the time and set a window, if this action is taking place between 7:30AM and 8:30AM then upload the file if not wait, but the problem is that a bot's run can be outside of that window, if the bot' run ends before 7:30 or after 8:30 it will not upload the file, I was also thinking about creating another process that will trigger from scheduler but I was not allowed to do that.
Do you know any method to reliably schedule the file to be uploaded three times a day?
thanks