Learn how to temporarily skip an action in Power Automate with Static Result
The challenge
Sometimes, when building or testing a Power Automate flow, you might want to temporarily skip an action. For instance, you may not want an item to be created every time you run a test, or you might not need a part of your flow at the moment but donβt want to delete it.
The solution
Luckely we can skip an action with a few clicks π
Here I have a simple flow that updates the Title each time a new item is created
To skip the action Update item click on the 3 dots and select Static result (Preview)
Click Enable Static Result (Preview)
Don’t change anything, and simply press Done
Notice how the action now has a flask symbol
Now our flow don’t really do anything other than returning an OK
You can turn on the action again by turning off Static Result
Note that this trick does not work with all actions
Shout-out to Pieter Veenstra (MVP)
I had no idea that this was an an option (and it has been since 2020) until Pieter Veenstra re-shared his article from SharePains on LinkedIn, so big thanks to him for sharing π
β
See also
- Send SharePoint list item attachments by mail using Power Automate
- Create a searchable dictionary with PnP Modern Search in SharePoint
- Copy a file from one library to another with full version history in SharePoint using Power Automate
- Create a custom button to open files in a SharePoint Library
- How to display file thumbnails on hover with JSON formatting in SharePoint