Microsoft Power Platform Functional Consultant — Question 72

You plan on implementing complex business logic in Microsoft Dataverse tables by using Power Automate flows.
You realize that the functionality required to implement the business logic is not available in a Power Automate flow.
The new business logic must work in multiple Dataverse tables. In addition, the operation must return a value after it finishes and must be able to run from an existing Dataverse action.
You need to recommend the method to implement the missing logic.
What should you recommend?

Answer options

Correct answer: C

Explanation

The correct answer, Unbound action, allows the implementation of business logic across multiple Dataverse tables, returning a value and being callable from existing actions. Bound actions are limited to specific records, Custom APIs are more complex and not necessary for this use case, and Scheduled workflows do not meet the immediate execution requirement from an existing action.