Is it possible to have more than one different control in PCF solution?
I am planing to have a similiar folder structure for my Power Apps PCF components.
My package.json is like that;
How can I give a specific control as parameter to pcf-scripts?
You would have to write something yourself that calls pac PCF push if you want to do it for all projects at the same time. Otherwise you could just call it individually in each controls folder.
Microsoft's preferred way of bundling PCFs is by using the add reference command
pac solution add-reference --path c:\downloads\mysamplecomponent
And then calling msbuild to get a solution with all referenced controls.
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/import-custom-controls
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1