QuestionQ287

Create and configure Power Apps

An organization has a Dynamics 365 Sales environment.

You need to create a Power Apps component.

Which three actions should you perform, in sequence?

Drag & Drop
Run the following npm run build command.
Run the pac pcf init --namespace SampleNamespace --name ControlName --template field command.
Run the pac solution init --publisher-name developer --publisher-prefix dev command.
Run the npm install command.
Create a project folder.
Explanation

A Power Apps component framework project needs a project directory before initialization. The pac pcf init command creates the component project with the specified namespace, control name, and field template. npm install then retrieves the required project dependencies. npm run build and pac solution init are later build and packaging steps.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!