You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into some erros trying to implement this code component in my enviroment so this is my guid. I hope that it will help some people :)
There is an "Y" in the (...\src\importdatafromcustomexcel\ControlManifest.Input.xml) first delete that "Y" it will throw an error if you don't do this!
If you want to change the prefix and the name I'm reffering this documentation (I needed this step so I can export my other solution that was using this component, if you want to do this refer: "Build your code components"): https://docs.microsoft.com/en-us/powerapps/developer/component-framework/implementing-controls-using-typescript
Clone the repository
cd into the src folder (cd src cmdlet)
Run npm install cmdlet
Run npm install --save-dev typescript cmdlet
Get the developer resource URL for your environment from advanced settings in Power Apps.
Use the command: pac auth create --url and authenticate with your credentials.
Use the command: pac pcf push --publisher-prefix contoso to push the component.
The text was updated successfully, but these errors were encountered:
I ran into some erros trying to implement this code component in my enviroment so this is my guid. I hope that it will help some people :)
There is an "Y" in the (...\src\importdatafromcustomexcel\ControlManifest.Input.xml) first delete that "Y" it will throw an error if you don't do this!
If you want to change the prefix and the name I'm reffering this documentation (I needed this step so I can export my other solution that was using this component, if you want to do this refer: "Build your code components"):
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/implementing-controls-using-typescript
cd src
cmdlet)npm install
cmdletnpm install --save-dev typescript
cmdletpac auth create --url
and authenticate with your credentials.pac pcf push --publisher-prefix contoso
to push the component.The text was updated successfully, but these errors were encountered: