nerdexam
Microsoft

PL-100 · Question #285

A company has 500 vendor records stored in a SQL table. Each record contains the vendor's name, email address, mobile number, and company address. The procurement team wants to view the vendor…

The correct answer is B. Gallery. The Gallery control is designed specifically to display a collection of records from a data source in a scrollable, repeating layout. It supports filtering, sorting, and searching - making it ideal for displaying 500 vendor records and allowing the procurement team to apply…

Create business solutions

Question

A company has 500 vendor records stored in a SQL table. Each record contains the vendor's name, email address, mobile number, and company address. The procurement team wants to view the vendor records by using Power Apps. The team must be able to change the list results by applying filters. You need to display the vendor records in a canvas app. Which control should you use?

Options

  • AText
  • BGallery
  • CForm
  • DChart

How the community answered

(28 responses)
  • A
    14% (4)
  • B
    79% (22)
  • C
    4% (1)
  • D
    4% (1)

Explanation

The Gallery control is designed specifically to display a collection of records from a data source in a scrollable, repeating layout. It supports filtering, sorting, and searching - making it ideal for displaying 500 vendor records and allowing the procurement team to apply filters. A Text control (A) only displays a single static or dynamic string. A Form control (C) is used to view or edit a single record at a time, not a list. A Chart control (D) visualizes aggregated data graphically and is not suited for browsing individual records. Gallery is the correct control for a filterable list of records.

Topics

#Power Apps#Canvas App#Gallery control#Displaying data

Community Discussion

No community discussion yet for this question.

Full PL-100 Practice