PL-100 · Question #216
PL-100 Question #216: Real Exam Question with Answer & Explanation
The correct answer is A: Add a gallery control. {"question_number": 7, "correct_answer": "A, B, C", "explanation": "To create a reusable gallery in Power Apps, you must: (C) Create a component - components are reusable, self-contained UI building blocks that can be inserted on any screen; (A) Add a gallery control inside the c
Question
You create an app with multiple screens. Test users report that the size and type of gallery displayed on each screen are different. You must improve the consistency for the app screens. You need to create a reusable gallery that displays information based on the current record. Which three actions should you perform? NOTE: Each correct selection is worth one point.
Options
- AAdd a gallery control
- BAdd an input property
- CCreate a component
- DCreate a form
- EAdd a screen
- FAdd an output property
Explanation
{"question_number": 7, "correct_answer": "A, B, C", "explanation": "To create a reusable gallery in Power Apps, you must: (C) Create a component - components are reusable, self-contained UI building blocks that can be inserted on any screen; (A) Add a gallery control inside the component - this is the actual gallery that displays information; (B) Add an input property to the component - input properties allow the calling screen to pass the current record or data context into the component, enabling it to display context-specific information. Option D (form) is for viewing/editing a single record, not a reusable gallery. Option E (add a screen) does not contribute to reusability. Option F (output property) sends data out of the component, which is not required for this display scenario.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.