I have a workflow that takes in Outlook emails using Get Outlook Email Message but it is spitting out an Outlook Timeout Error -
In properties, I’ve set TimeoutMS: 40000 and Top: 100. There are quite a few emails to scan so I’d like to set the email number higher - earlier it was 30 and the workflow was working.
Try putting TimeoutMS:60000 or 90000. If the activity able to execute in shorter timespan it will not wait till the timeout so it’s safe to keep the timeout at higher side.