nerdexam
Microsoft

PL-200 · Question #272

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…

The correct answer is A. Yes. A classic Dataverse workflow configured with an 'Update Record' step can run in real time (synchronously), making it the correct tool to automatically update a Status column in 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 workflow that has an Update Record step. Does the solution meet the goal?

Options

  • AYes
  • BNo

How the community answered

(47 responses)
  • A
    79% (37)
  • B
    21% (10)

Why each option

A classic Dataverse workflow configured with an 'Update Record' step can run in real time (synchronously), making it the correct tool to automatically update a Status column in a model-driven app.

AYesCorrect

Classic Dataverse workflows (also called background workflows) support a real-time execution mode that runs synchronously within the same transaction as the triggering event. Adding an 'Update Record' step allows the workflow to modify the Status column immediately when a record is created or changed. This synchronous behavior is the key capability that fulfills the real-time update requirement in a model-driven app.

BNo

This solution meets the goal, so 'No' is incorrect - a real-time classic workflow with an Update Record step is the appropriate mechanism for synchronous column updates.

Concept tested: Classic Dataverse real-time workflow configuration

Source: https://learn.microsoft.com/en-us/power-automate/workflow-processes

Topics

#Workflows#Real-time updates#Dataverse processes#Record updates

Community Discussion

No community discussion yet for this question.

Full PL-200 Practice