PL-100 · Question #252
You are creating an employee directory canvas app. The app must display name, address, and a photo of each employee. You need to select a control type that will display the employee records. Which…
The correct answer is C. Gallery. In Power Apps, a Gallery control is used to show multiple records from a data source, and it's flexible enough to display multiple fields per record - in this case, the name, address, and photo of each employee. A List box is a control that presents a list of items users can…
Question
Options
- AList box
- BAddress input
- CGallery
- DData table
How the community answered
(43 responses)- A5% (2)
- B16% (7)
- C72% (31)
- D7% (3)
Explanation
In Power Apps, a Gallery control is used to show multiple records from a data source, and it's flexible enough to display multiple fields per record - in this case, the name, address, and photo of each employee. A List box is a control that presents a list of items users can select from, but it's not as flexible for displaying multiple fields per record. Address input is a control for inputting address information, not for displaying multiple fields of multiple records. A Data table can show multiple records from a data source, but it's not as flexible for displaying pictures or for customizing the layout of each record.
Topics
Community Discussion
No community discussion yet for this question.