Microsoft Power Platform App Maker — Question 12
After creating an app with several screens, test users inform you that the size and type of gallery shown on every screen is different.
You decide to enhance the consistency for the app screens by creating a reusable gallery that displays data according to the current record.
You start by adding a gallery control.
Which of the following is the action you should take NEXT?
Answer options
- A. You should Add an input property.
- B. You should Add a screen
- C. You should create a component.
- D. You should create a form.
Correct answer: C
Explanation
The correct answer is C because creating a component allows you to encapsulate the reusable gallery, ensuring consistent behavior and appearance across all screens. Options A and D do not directly address the need for reusability in this context, while B suggests adding another screen, which is not necessary for achieving consistency.