nerdexam
Microsoft

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.

Create and manage logic and process automation

Question

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 have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. A company uses a model-driven app. The company needs to automatically update the Status column in real time. You need to configure this feature. Solution: Create a flow that has an Update item action. Does the solution meet the goal?

Options

  • AYes
  • BNo

How the community answered

(30 responses)
  • A
    43% (13)
  • B
    57% (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.

AYes

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.

BNoCorrect

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

#Power Automate Flows#Real-time Logic#Dataverse Automation#Model-driven Apps

Community Discussion

No community discussion yet for this question.

Full PL-200 Practice