QuestionQ294
Extend the user experienceYou must complete a Power Apps component framework (PCF) control.
How should the order be defined in the manifest?
Select
<resources> <code path=”scripts/HelloWorldControlWave.js” order=”1” /> <code path=”scripts/HelloWorldControlRandom.js” order=”2” /> <css path=”style/HelloWorldControl.css” order=”” /> <html path=”HelloWorldControlWaveRandom.htm” order=”” /> </resources>
Community Discussion