How to send mail only in first run based on a particular time value

Hi,

I have a scenario, where i check the mail received time and if the time is greater than say 10 AM, bot should send mail and the condition is bot should mail only for the first run after 10 AM and then it should do the job as usual.
Again the next day, mail should be triggered for the first run after 10 AM.
There should be only 1 bot designed for the above scenario.

Can anyone help me on this ?

Thanks in advance.!

Are you using Orchestrator?

Yes Shubham.
The process is scheduled to run every 10 mins.
Only if the time is greater than 10 AM, the bot should send mail and that too for the first run in the day.

I’ll say as simple idea, just create a sub process and attach it with dynamically allocated robot and run only one time as per scheduler!!!