nerdexam
MicrosoftMicrosoft

PL-200 · Question #198

PL-200 Question #198: Real Exam Question with Answer & Explanation

The correct answer is C: Unbound action. {"question_number": 8, "correct_answer": "C", "explanation": "An Unbound action in Dataverse is the correct choice because it satisfies all the stated requirements: it is not tied to a specific table (so it can work across multiple Dataverse tables), it can return a value upon co

Create and manage logic and process automation

Question

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?

Options

  • ABound action
  • BCustom API
  • CUnbound action
  • DScheduled workflow

Explanation

{"question_number": 8, "correct_answer": "C", "explanation": "An Unbound action in Dataverse is the correct choice because it satisfies all the stated requirements: it is not tied to a specific table (so it can work across multiple Dataverse tables), it can return a value upon completion, and it can be invoked from an existing Dataverse action or workflow. A Bound action (A) is tied to a specific entity/table, so it cannot serve multiple tables. A Custom API (B) is a modern alternative but the scenario's requirement to 'run from an existing Dataverse action' aligns more directly with the classic Unbound action pattern in Dataverse workflows. A Scheduled workflow (D) runs on a timer and does not return values or get called from other actions.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Dataverse Actions#Unbound Actions#Custom Business Logic#Power Automate Extensions

Community Discussion

No community discussion yet for this question.

Full PL-200 PracticeBrowse All PL-200 Questions