yashag2255 / iframePCF

PCF to enable an iframe functionality in canvas apps for Power Apps.
42 stars 41 forks source link

Help importing solution to PowerApps #19

Open doaaaashour opened 3 years ago

doaaaashour commented 3 years ago

First thank you so much for the genius solution.

When I try to import directly to PowerApps solution, it gives me this: image

When I tried to follow your readme instructions, the last step is failing with this: 'pcf-scripts' is not recognized as an internal or external command

Hope you can support please. Is it something wrong with Environment settings itself? If you can send me your email to communicate, would be great.

Dal1964 commented 3 years ago

I too am trying to use the iFrame solution and having an issue. I am able to import the solution, and it shows up in the solutions gallery. image

However when I try to import it into an app canvas I get the error "to open an app choose an .msapp file

image

decoderzhub commented 3 months ago

@doaaaashour

pcf-script is a npm that you need to install with

npm install -g pcf-scripts

then you can run the provided command

pac pcf push --publisher-prefix contoso hope that helps!