How to Configure Custom API Business Logic in Power Apps Using Plug-in Registration?
Table of Contents
Question
A company has a Dataverse custom API message in Power Apps.
You need to build business logic for the custom API and configure the custom API to run the business logic.
Which three actions should you perform? Each correct answer presents part of the solution.
Select all answers that apply.
A. Write a workflow extension.
B. Write a plug-in for the custom API.
C. Register a step by using the Plug-in Registration tool (PRT).
D. Update the custom API plug-in type in Power Apps.
E. Register the assembly using the Plug-in Registration tool (PRT).
F. Define an entity image using the Plug-in Registration tool (PRT).
Answer
B. Write a plug-in for the custom API.
D. Update the custom API plug-in type in Power Apps.
E. Register the assembly using the Plug-in Registration tool (PRT).
Explanation
This item tests the candidate’s knowledge of configuring a Dataverse custom API message.
To add business logic for a custom API message, you must build a plug-in assembly and then register the assembly using the PRT. Once registered, you need to edit the custom API and select the assembly in the plug-in type lookup.
You should not register a step. Steps are used for plug-ins that you want to run on Dataverse table events such as update of a table row. You should not define entity images. Entity images are defined on steps for plug-ins. You should not build a workflow extension because these are used with Dataverse classic workflows.
Microsoft Power Platform Developer PL-400 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Power Platform Developer PL-400 exam and earn Microsoft Power Platform Developer PL-400 certification.