ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 53 - PL-200 discussion

Report
Export

You have a canvas app that allows users to view, select, and purchase products. The app uses a Gallery control to display products and checkboxes that allow users to select products. When users select items from the product catalog, they move to a different screen to complete a purchase. Users must be able to clear all product selections when they click the button.

You need to configure the button.

What should you do?

A.

Use the Reload(Control) formula and pass the gallery control as parameter to the Reload formula.

Answers
A.

Use the Reload(Control) formula and pass the gallery control as parameter to the Reload formula.

B.

Use the Reset(control) formula and pass the checkbox to the formula to clear user selections.

Answers
B.

Use the Reset(control) formula and pass the checkbox to the formula to clear user selections.

C.

Set the OnCheck value to populate a collection and the OnUncheck value to remove the item from the collection. Clear the collection when the user selects the button.

Answers
C.

Set the OnCheck value to populate a collection and the OnUncheck value to remove the item from the collection. Clear the collection when the user selects the button.

D.

Use the Revert(Products) formula and pass the checkbox to the formula to clear user selections.

Answers
D.

Use the Revert(Products) formula and pass the checkbox to the formula to clear user selections.

E.

Use the Reset(Control) formula and pass the gallery control as a parameter to the Reset formula.

Answers
E.

Use the Reset(Control) formula and pass the gallery control as a parameter to the Reset formula.

Suggested answer: B

Explanation:

The Reset function resets a control to its Default property value. Any user changes are discarded.

You cannot reset controls that are within a Gallery or Edit form control from outside those controls. You can reset controls from formulas on controls within the same gallery or form.

Reference: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-reset

asked 05/10/2024
Harry Vervelde
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first