nerdexam
Microsoft

PL-200 · Question #217

A veterinary office plans to use Microsoft Power Platform to streamline customer experiences. The customer creates a canvas apps to manage appointments. On the client appointment form, there is a…

The correct answer is A. business rule. Business rules in model-driven apps allow makers to configure real-time conditional logic - such as showing or hiding a field based on another field's value - without writing code.

Configure Microsoft Dataverse

Question

A veterinary office plans to use Microsoft Power Platform to streamline customer experiences. The customer creates a canvas apps to manage appointments. On the client appointment form, there is a dropdown field for clients to select their type of pet. If a client selects the option Other, a text field must appear so that staff members can add details about the pet. You need to create a dynamically visible field. What should you configure?

Options

  • Abusiness rule
  • Bbusiness process flow
  • Cworkflow

How the community answered

(62 responses)
  • A
    73% (45)
  • B
    19% (12)
  • C
    8% (5)

Why each option

Business rules in model-driven apps allow makers to configure real-time conditional logic - such as showing or hiding a field based on another field's value - without writing code.

Abusiness ruleCorrect

A business rule can be configured with a condition that checks whether the pet type dropdown equals 'Other' and, if true, executes a 'Show field' action on the text field. This logic runs client-side in real time when the form is used, making the text field appear or disappear dynamically based on the client's selection.

Bbusiness process flow

A business process flow defines sequential stages and steps to guide users through a process - it does not evaluate field values to control the visibility of individual form fields.

Cworkflow

Classic workflows execute server-side background automation after record events such as save or create - they cannot respond in real time to form interactions to show or hide fields dynamically.

Concept tested: Configuring conditional field visibility with business rules

Source: https://learn.microsoft.com/en-us/power-apps/maker/data-platform/data-platform-create-business-rule

Topics

#Business Rules#Form Logic#Dynamic Field Visibility#Dataverse Forms

Community Discussion

No community discussion yet for this question.

Full PL-200 Practice