PL-100 · Question #147
Case Study 4 - VanArsdel, Ltd Background VanArsdel, Ltd. is a growing landscaping company. In addition to providing regular maintenance for the properties of its clients, the company also offers…
The correct answer is B. Automated, when a record in the custom table is created. To initiate a process immediately upon the creation of a new record in a custom table, an automated cloud flow with a "when a record is created" trigger should be configured.
Question
Options
- AAutomated, 8 hours after a record in the custom table is created
- BAutomated, when a record in the custom table is created
- CScheduled, daily at 6:00 PM
- DInstant, manually triggered from the mobile device
How the community answered
(39 responses)- A5% (2)
- B82% (32)
- C3% (1)
- D10% (4)
Why each option
To initiate a process immediately upon the creation of a new record in a custom table, an automated cloud flow with a "when a record is created" trigger should be configured.
Triggering 8 hours after creation introduces a significant delay, which is generally undesirable for processes that should react promptly to new data.
An "Automated" cloud flow with the trigger "when a record in the custom table is created" will run instantaneously whenever a new record is added to that table, ensuring immediate processing of the new data. This trigger type is designed for real-time reactions to data changes within Dataverse or other connected services.
A "Scheduled" flow runs at specific times and intervals, not immediately upon a record's creation, meaning it would miss real-time processing of individual new records.
An "Instant" flow triggered manually would require a user to explicitly start the process for each record, which is inefficient and does not automate the reaction to record creation.
Concept tested: Power Automate flow triggers - Automated flows
Source: https://learn.microsoft.com/en-us/power-automate/get-started-flow-type
Topics
Community Discussion
No community discussion yet for this question.