Thursday, September 12, 2019

RPA UIPATH: Use delay and check outlook mail every 5 minutes/required interval

Requirement: Delay the UIPath execution
Solution: TimeSpan.FromMinutes(5) -- delays 5 minutes
                Similarly you can delay for days, hours, minutes, seconds, milli seconds

*------------------THE END(IF YOU ARE LOOKING JUST FOR ABOVE INFORMATION)--------------------*

Below is the image/setup for read outlook mail inbox every 5 minutes and display subject



No comments:

Post a Comment