Microsoft Power Platform App Maker — Question 36

You are creating a canvas app. You plan to use variables that are scoped to a screen to store values.
You need to create and update the value of the variables.
Which three functions can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

Answer options

Correct answer: A, D, E

Explanation

The correct answers are A, D, and E because Collect is used to create a collection, Set is used to create or update a global variable, and UpdateContext is specifically designed for updating context variables within a screen. Patch is used for modifying data in a data source, and Navigate is used to transition between screens, thus they do not apply to the creation or updating of screen-scoped variables.