I want to do some set of actions after a specific period of time when bot running.
Lets say, I’ve initiated the bot at 9:00AM on Date1: dd-MM-yyyy, the bot is running and after 120 minutes, lets say 11:00AM Date2:dd-MM-yyyy, i want do some other set of actions.
Date 1 and Date 2 are dynamic. At any point of time i want the minutes difference.
Need help on this.
Page 1 / 1
Hi @Sadanandam.G ,
You can use the DateTime → Subtract action for this.
When bot starts, Date1 takes system time(Current time),
The bot is running continuously or it may run for next 10 hours. But after 2 hours once i’ve to do some other actions.
Now after 120 minutes Date2 will take the system time(Current time). Now Date1 time and Date2 time has to extracted to get difference in Minutes. If it’s is 120 minutes. do some set of actions.
But Subtract Date is not dynamic right. some times date will be like 31-Dec 2022 11:00 PM to 01-Jan-2023 01:00 AM. How to handle it?
Hi @Padmakumar,
I think the scenario requires bit more elaborate.
When bot starts, Date1 takes system time(Current time),
The bot is running continuously or it may run for next 10 hours. But after 2 hours once i’ve to do some other actions.
Now after 120 minutes Date2 will take the system time(Current time). Now Date1 time and Date2 time has to extracted to get difference in Minutes. If it’s is 120 minutes. do some set of actions.
But Subtract Date is not dynamic right. some times date will be like 31-Dec 2022 11:00 PM to 01-Jan-2023 01:00 AM. How to handle it?
I still can’t understand one thing here. If you are doing the action with respect to the system date, according to the scenario which you had given in the first comment, if you are running these two sets of action, the date will be always remains the same right? How can it be dynamic unless the execution passes 00:00 mark?
You just need to calculate the execution time in minutes then.
@Sadanandam.G use this package to add time munities in your case (for ex: 120 mints to trigger another task)