PL-200 · Question #344
You are building a model-driven app. The environment has Advanced settings enabled. A form in the app requires a custom interface. You need to embed the custom interface onto the form without using cu
The correct answer is D. Use the classic experience to add a canvas app.. Canvas apps can be embedded directly into model-driven app forms as a component, providing a fully custom interface with no custom code required. The classic (legacy) form editor exposes the option to add a canvas app to a form section, and Power Apps handles the integration auto
Question
Options
- AModify the model-driven app to use mobile form factor.
- BModify the model-driven app to use tablet form factor.
- CCreate an HTML web resource.
- DUse the classic experience to add a canvas app.
How the community answered
(41 responses)- A7% (3)
- B10% (4)
- C2% (1)
- D80% (33)
Explanation
Canvas apps can be embedded directly into model-driven app forms as a component, providing a fully custom interface with no custom code required. The classic (legacy) form editor exposes the option to add a canvas app to a form section, and Power Apps handles the integration automatically. This is a low-code/no-code capability built into the platform. Option A (mobile form factor) and Option B (tablet form factor) change the layout target for the entire app but do not enable embedding a custom interface. Option C (HTML web resource) is technically capable of creating a custom interface, but it requires writing custom HTML, CSS, and JavaScript - which violates the 'without using custom code' constraint. Therefore, D is the only option that embeds a custom interface without custom code.
Topics
Community Discussion
No community discussion yet for this question.