Microsoft Power Platform Developer — Question 51
You are building an integration by using Dataverse.
As part of a single request, the integration must create a new row if it does not already exist or update the existing row by using supported mechanisms.
You need to validate which Dataverse features can implement the requirement.
Which three Dataverse features can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Client-side script
- B. Cloud flow
- C. Business rule
- D. Plug-in
- E. PCF control
Correct answer: A, B, D
Explanation
The correct answers are A, B, and D because Client-side scripts can handle row creation and updates, Cloud flows can automate the process in the cloud, and Plug-ins can execute custom logic for these operations. Business rules and PCF controls do not provide the necessary capabilities to fulfill the requirement for creating or updating rows in a single request.