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.
Question
Options
- AYes
- BNo
How the community answered
(47 responses)- A79% (37)
- B21% (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.
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.
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
Community Discussion
No community discussion yet for this question.