How to configure “Run after” in Power automate flow

Loading

Requirement: How to use Configure Run After in Power Automate flow

The Configure “Run After” to almost all Power Automate actions by simply clicking on the three dots on the right corner of the step which to configure. Select “Configure run after” from the drop-down menu. From there, select either one of the options or multiple options. For example, the following situation shows the configuration of the Run After handler after updating a list item in SharePoint

  • For this Create a flow as :
    • Trigger: When an item is created(Site address, List Name)
    • Action1: Send an email with options(Emailid, Happy to hear , your ready to leave by taking ({Title}))
    • Action2: Update item(Site address, list name, Id(from trigger), Title(from trigger))
Power automate flow for configure run after handler

In Power Automate, there are 4 options to choose from in which “Run After” can be configurated from:

  1. Is successful – If the action runs successfully.
  2. Has failed – An action has any type of failure (except timeout).
  3. Is skipped – An action was skipped. Actions are skipped either when a condition is not met, or when a previous action before that fails.
  4. Has timed out – An action times out. This can happen if the call to the backend times out (120 seconds), or for long-running actions such as approvals, after 30 days.
This is when the user click on Has Failed option
The arrow between actions as changed,because of the configure option that the user has been selected.
This is when the user click on Is successful

Once the user have selected which option would like, successfully implemented “Run After” workflow!

Now Save and Run the flow, create a new item in the sharepoint list  and after getting the mail click on the title and color it returns the new value and displays as approved mail as shown in below.

When the user click on Options then it displays as action complete.

It’s that easy to configure “Run After” for Power Automate! Adding this feature to the  workflows will reduce manual work and ensure that they run just the way want them to.

Leave a Reply

Your email address will not be published. Required fields are marked *