exam questions

Exam PL-100 All Questions

View all questions & answers for the PL-100 exam

Exam PL-100 topic 3 question 92 discussion

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

HOTSPOT
-

Users in your company vote on color choices for marketing materials by using the following canvas app:



Users enter color names into a text control and then select Add color to add the color to the Color options radio control. You must remove all the listed colors when a user selects Clear Selection.

You need to implement the functionality.

Which Power Fx formulas should you use? To answer, move the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

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
MaxWe
Highly Voted 2 years, 1 month ago
User selects Add color: Value(txtColor.Text) User selects Clear Selection: Definitely Clear. The Clear function deletes all the records of a collection. So second option Cannot be ClearCollect. It clears everything and replaces it with something new. Tested both https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-clear-collect-clearcollect
upvoted 7 times
...
PaulinhoDummett
Most Recent 1 year, 8 months ago
First and First The top one cannot use the Value function as this function converts a string to a number https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-value
upvoted 2 times
...
vikkr
2 years, 2 months ago
first and reset
upvoted 1 times
...
andrew260z
2 years, 2 months ago
Its the closest answer i can see but the Value function converts a string of text that contains number characters to a number value.
upvoted 4 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 ...