Microsoft Power Platform Fundamentals — Question 146
You plan to use Power Automate to perform data-management tasks when users interact with data in the common data model.
Which three types of events can generate a trigger for the tasks? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. when a record is displayed in a view
- B. when a record is deleted
- C. when a record is created
- D. when a record is updated
- E. when a record is read
Correct answer: B, C, D
Explanation
The correct answers are B, C, and D because these events directly involve changes to the data state: deletion, creation, and updating of records. Option A, viewing a record, does not change the data and thus cannot trigger an automation. Option E, reading a record, also does not modify any data, so it cannot be a trigger.