Announcements
Hi all,
Can anyone help me out here? I'd like to pass some configuration to a PCF component (e.g. drop a control onto a model-driven form, then click properties and provide a string or numeric value).
Where do i start?
Cheers,
Andrew
"you can add a property node with input type and data type to the manifest"
I think that's the answer i'm looking for Hemant. As you can tell I'm 'really' new to how this all works.
So if i wanted to say add a Theme Color parameter and a Number of Rows paramter it'd be something like:
<?xml version="1.0" encoding="utf-8" ?> <manifest> <control namespace="lyf365" constructor="HelloWorld" version="0.0.1" display-name-key="HelloWorld_Display_Key" description-key="HelloWorld_Desc_Key" control-type="standard"> <!-- property node identifies a specific, configurable piece of data that the control expects from CDS --> <property name="sampleProperty" display-name-key="Property_Display_Key" description-key="Property_Desc_Key" of-type="SingleLine.Text" usage="bound" required="true" /> <property name="themecolor" display-name-key="Property_Theme_Color_Display_Key" description-key="Property_Theme_Color_Desc_Key" of-type="SingleLine.Text" usage="bound" required="true" /> <property name="numberRows" display-name-key="Property_NumberRows_Display_Key" description-key="Property_NumberRows_Desc_Key" of-type="SingleLine.Number" usage="bound" required="true" />
Ah perfect, thanks for the tips Hemant. That's really helpful.
Thanks for the tip Hemant.
Getting there, just uploaded v1 of my control onto Github - in case anyone wants to see some bad typescript 🙂
Number Button Selector.
http://365lyf.com/powerapps-component-framework-pcf-number-button-selector/
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 525 Most Valuable Professional
Haque 273
Kalathiya 232 Super User 2026 Season 1