nerdexam
Microsoft

PL-200 · Question #216

You create a Power Apps app. The app must be able to display a list of records that are sorted by category. The app must also expand or hide the list by subtopics. You need to configure the app…

The correct answer is D. gallery. The Gallery control in Power Apps is purpose-built for displaying lists of records and can be configured with sorting expressions and grouping to show expandable subtopic sections.

Create apps by using Microsoft Power Apps

Question

You create a Power Apps app. The app must be able to display a list of records that are sorted by category. The app must also expand or hide the list by subtopics. You need to configure the app. Which tool should you use?

Options

  • Acard
  • Bexpression
  • CPower Bl dashboard
  • Dgallery

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    3% (1)
  • D
    88% (30)

Why each option

The Gallery control in Power Apps is purpose-built for displaying lists of records and can be configured with sorting expressions and grouping to show expandable subtopic sections.

Acard

A card is a child layout element used inside a gallery or form to display individual field values - it is not a standalone list or grouping component.

Bexpression

An expression is a formula written in the Power Fx language and is not a UI control that can be placed on a screen to display records.

CPower Bl dashboard

A Power BI dashboard is an external analytics surface in the Power BI service and cannot be used as a native Power Apps control for rendering sorted or grouped record lists.

DgalleryCorrect

The Gallery control renders a scrollable, repeating layout of records from a data source. It accepts sort and group expressions on its Items property, enabling categorized views, and can be combined with toggle or expand logic to show or hide subtopic rows - making it the correct tool for this scenario.

Concept tested: Using Gallery control for sorted and grouped record display

Source: https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/control-gallery

Topics

#Power Apps#Gallery control#Display data#User interface

Community Discussion

No community discussion yet for this question.

Full PL-200 Practice