I’m reading the email with get outlook, with a specific subject but if it doesn’t find an email with the specific subject, how can I tell the robot to wait 1 minute and try again three more times
Hello @Ivan_torres_oliva
You can use a flowchart and use a counter variable to determine the retry count and have a decision which checks the condition like if retryCount = 3, exit else Get Outlook Mail Messages.
Hope this helps!
Cheers,
Rahul
and you can try something with retry scope?
Absolutely, just make sure to set the condition right and it’d work.
Retry scope condition only accepts a boolean activity so, make you install the Microsoft.Activities.Extensions to use IsTrue of IsFalse for the condition.
Let me know if you are facing any issues.
Cheers,
Rahul
@Ivan_torres_oliva
The new version of Return does not require conditions