PL-100 · Question #12
You are creating a multi-page canvas app that loads tabular data from an external data source. Once loaded, the data must be available to all screens within the canvas app. You need to reduce the…
The correct answer is B. global variable C. collection. Collection and Global variable: Global variables: Holds a number, text string, Boolean, record, table, etc. that can be referenced from anywhere in the app Collections: Holds a table that can be referenced from anywhere in the app. Allows the contents of the table to be…
Question
Options
- Aparameter
- Bglobal variable
- Ccollection
- Denvironment variable
How the community answered
(43 responses)- A12% (5)
- B81% (35)
- D7% (3)
Explanation
Collection and Global variable: Global variables: Holds a number, text string, Boolean, record, table, etc. that can be referenced from anywhere in the app Collections: Holds a table that can be referenced from anywhere in the app. Allows the contents of the table to be modified rather than being set as a whole. Can be saved to the local device for https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-variables
Topics
Community Discussion
No community discussion yet for this question.