Microsoft Power Platform App Maker — Question 111
A company is creating a new canvas Power Apps app.
The canvas app has a custom control that displays data based on data passed to the control through custom properties.
You need to create a custom input property for the canvas app control.
Where should you add the property?
Answer options
- A. in an entity used in the Power Apps app
- B. in the Microsoft instance used by the Power Apps app
- C. in the Microsoft Visual Studio instance used to build the control
- D. in AppSource for the Power Apps solution
- E. in the Power Apps app containing the control
Correct answer: E
Explanation
The correct answer is E because custom input properties for controls in a canvas app must be defined within the app itself where the control resides. The other options are incorrect as they refer to locations that do not pertain directly to the control's property definition in the context of the app.