Workflow Automation: Wait Delay

Use the Wait(Delay) to pause the flow for 30 seconds. This is useful when searching for items or to ensure the flow has completed before triggering another.

Wait Delay

For example, in the article for Attach File(s), we added the Wait action before the Update Referenced action in order to complete the file transfer before the next flow was triggered for deletion.

Workflow Automation: Wait Delay

In this article