Exam PL-200 All QuestionsBrowse all questions from this exam
Question 157

You are creating a Power Automate cloud flow. The cloud flow will create several SharePoint Online list items based on a variety of conditions.

If any of the dependent SharePoint Online actions fail, you must revert the changes while the automation runs.

You need to design the cloud flow to meet the requirement.

Which two actions should you implement for the design? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

    Correct Answer: A, B

    To design the cloud flow such that it will revert changes if any dependent SharePoint Online actions fail, you should use a scope and set Run After to Has failed. Using a scope allows you to group actions together and handle them as a unit, which is useful for managing flow control and error handling. Setting Run After to Has failed ensures that subsequent actions are executed only when previous actions fail, allowing for the implementation of rollback mechanisms.

Discussion
91e9a8dOptions: AB

Changset only works within Dataverse. Scope works with any actions including SharePoint.