Home Trigger a Power Automate Flow when a specific item changes in Sharepoint List
Post
Cancel

Trigger a Power Automate Flow when a specific item changes in Sharepoint List

Steps:

  1. When an item is modified.

  2. Get Changes for the item

  3. If the Column has changed is equal to True

  4. If the Migration Completed Column is True

  5. True -> Send email and update the Application Status if(triggerBody()?[‘MigrationCompleted’],’Yes’,’No’)

  6. False -> Send email

This post is licensed under CC BY 4.0 by the author.