web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / More than one control ...
Power Apps
Unanswered

More than one control development in PCF Solution

(0) ShareShare
ReportReport
Posted on by

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;

 

  "scripts": {
    "build""pcf-scripts build",
    "clean""pcf-scripts clean",
    "rebuild""pcf-scripts rebuild",
    "start""pcf-scripts start"
  },
 

How can I give a specific control as parameter to pcf-scripts?

 

  • ControlLibrary
    • ControlFolder#1
      • index.ts
      • manifest.xml
    • ControlFolder#2
      • index.ts
      • manifest.xml
    • SolutionFolder
    • *.pcfproj
    • psconfig.js
    • package.json
    • ...
I have the same question (0)
  • magesoe Profile Picture
    80 on at

    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

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.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 368 Super User 2026 Season 1

#1
Kalathiya Profile Picture

Kalathiya 368 Super User 2026 Season 1

#3
WarrenBelz Profile Picture

WarrenBelz 318 Most Valuable Professional

Last 30 days Overall leaderboard