nerdexam
Microsoft

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…

Create business solutions

Question

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 number of times that the app must retrieve data from the data source. Which two data stores can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Options

  • Aparameter
  • Bglobal variable
  • Ccollection
  • Denvironment variable

How the community answered

(43 responses)
  • A
    12% (5)
  • B
    81% (35)
  • D
    7% (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

#Canvas Apps#Data Storage#Collections#Global Variables

Community Discussion

No community discussion yet for this question.

Full PL-100 Practice