PL-200 · Question #271
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might h
The correct answer is B. No. A Power Automate flow with an 'Update item' action does not meet the goal because 'Update item' is a SharePoint connector action and flows run asynchronously, not in real time within a model-driven app.
Question
Options
- AYes
- BNo
How the community answered
(30 responses)- A43% (13)
- B57% (17)
Why each option
A Power Automate flow with an 'Update item' action does not meet the goal because 'Update item' is a SharePoint connector action and flows run asynchronously, not in real time within a model-driven app.
This solution does not meet the goal because 'Update item' targets SharePoint lists, not Dataverse rows, and flows do not execute synchronously within the model-driven app context.
The 'Update item' action belongs to the SharePoint connector in Power Automate and is not designed to update Dataverse table columns. Even if the correct Dataverse action were used, Power Automate flows run asynchronously in the background and cannot guarantee synchronous real-time updates to a Status column in a model-driven app. A real-time Dataverse workflow is required to achieve synchronous, in-context updates.
Concept tested: Real-time vs asynchronous automation in Dataverse
Source: https://learn.microsoft.com/en-us/power-automate/dataverse/overview
Topics
Community Discussion
No community discussion yet for this question.