exam questions

Exam PL-200 All Questions

View all questions & answers for the PL-200 exam

Exam PL-200 topic 3 question 43 discussion

Actual exam question from Microsoft's PL-200
Question #: 43
Topic #: 3
[All PL-200 Questions]

DRAG DROP
-

A company is using the Account table and a main form named Account Main.

The company defines the following requirements for the Account Main form:

• Evaluate a single value selected as part of a drop-down list.
• Display a message and suggestion based on business intelligence if the drop-down list value equals a specific value.
• Logic must run against this form only.

You need to implement the logic.

Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Ginge
Highly Voted 9 months ago
The first step should be 'Create a choice column' not 'Create a choices column'. Choice fields allow a single value to be selected, Choices fields are multi select. The question states 'Evaluate a single value selected...'.
upvoted 12 times
killionb12
5 months, 2 weeks ago
To implement the logic for the Account Main form, follow these steps in sequence: Create a Choice Column: In the Account table, create a new choice column for the drop-down list. This column will store the values that users can select. Create a Business Rule: Navigate to the Power Apps portal and open the solution containing the Account table. Select the Account table and create a new business rule. Add a Recommendation Action: In the business rule designer, add a recommendation action that will display a message and suggestion based on the selected value from the drop-down list. Set Scope to Account Main Form: Set the scope of the business rule to the Account Main form to ensure the logic runs only on this form. By following these steps, you can ensure that the logic evaluates the drop-down list value and displays the appropriate message and suggestion based on business intelligence, specifically for the Account Main form.
upvoted 1 times
...
...
33a7f9e
Highly Voted 8 months, 1 week ago
To implement the required logic for the Account Main form, you should perform the following actions in sequence: Create a choice column: This will allow you to have a drop-down list with selectable values. Create a business rule: Business rules can be used to implement logic without writing code. Set scope to Account Main form: This ensures that the logic runs only on the specified form. Add a Recommendation action: This action will display a message and suggestion based on the selected value.
upvoted 6 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...