Tutorial: PCF Development Tutorial (Official)

 Power Apps component framework empowers professional developers and app makers to create code components for model-driven and canvas apps. These code components can be used to enhance the user experience for users working with data on forms, views, dashboards, and canvas app screens. For example, you can: Replace a column on a form that displays a numeric text value with a dial or slider code component. Transform a list into an entirely different visual experience bound to the dataset, like a Calendar or Map .

How is it different from web resources?

 Unlike HTML web resources, code components are rendered as part of the same context and loaded at the same time as any other components, providing a seamless experience for the user. You can create code components that can be used across the full breadth of Power Apps capabilities, and reuse these components many times across different tables and forms. Developers can bundle all the HTML, CSS, and TypeScript files into a single solution package file and move across environments, and also make it available via AppSource .

Create your first component

Creating a model-driven app field component

Creating a model-driven app dataset component

Creating a canvas app dataset component




No comments:

Post a Comment