nerdexam
Microsoft

PL-600 · Question #175

A company plans to use Microsoft Power Platform. The company wants to enhance the user experience of its apps. The company requires a reusable custom color picker control that can be added to…

The correct answer is B. Power Apps component framework. To create a reusable custom color picker control that can be added to both model-driven app forms and canvas app screens, Power Apps component framework (PCF) is the recommended solution.

Submitted by certguy· Apr 18, 2026Architect a solution

Question

A company plans to use Microsoft Power Platform. The company wants to enhance the user experience of its apps. The company requires a reusable custom color picker control that can be added to model-driven app forms and canvas app screens. You need to recommend a solution. Which solution should you recommend?

Options

  • AWeb resources
  • BPower Apps component framework
  • CPlug-ins
  • DClient script

How the community answered

(32 responses)
  • A
    9% (3)
  • B
    84% (27)
  • C
    3% (1)
  • D
    3% (1)

Why each option

To create a reusable custom color picker control that can be added to both model-driven app forms and canvas app screens, Power Apps component framework (PCF) is the recommended solution.

AWeb resources

Web resources are primarily used for embedding web content (like HTML, CSS, JavaScript) within model-driven apps and cannot directly create reusable custom controls for canvas apps in the way PCF does.

BPower Apps component frameworkCorrect

Power Apps component framework (PCF) enables developers to create custom code components that offer rich user interface capabilities, such as a color picker. These components are designed to be reusable and can be embedded in both model-driven app forms and canvas app screens, providing a consistent and enhanced user experience across different app types.

CPlug-ins

Plug-ins are server-side event handlers in Dataverse, focused on business logic and data manipulation, not on creating custom client-side UI controls.

DClient script

Client script (JavaScript) is used to add custom behavior to model-driven app forms but does not provide a framework for creating reusable custom UI controls that span both model-driven and canvas apps.

Concept tested: Custom controls for Power Apps

Source: https://learn.microsoft.com/en-us/power-apps/developer/component-framework/overview

Topics

#Power Apps component framework (PCF)#Custom controls#Model-driven apps#Canvas apps

Community Discussion

No community discussion yet for this question.

Full PL-600 Practice