Disable Steps For Testing

up:: PowerAutomate
Solved: Disabling steps for testing - Power Platform Community

If you need to skip steps during testing, you can insert them into the condition 1=1, where the result is false. In this way, they will not be executed, but they will not block the execution of the remaining steps. After the test is completed, you can insert them into the condition 1=1, where the result is true, and the steps will be executed.