Topics to be covered in this article: What is PCF? Pre-requisites Build a simple PCF control. Run and Debug in Browser Packaging PCF control to a Solution Lets get started and dive in to the details. What is PCF? The PowerApps Component Framework (PCF) is a Microsoft framework for building custom components in PowerApps. With PCF we can provide enhanced user experience for the users to work with data on forms, views, and dashboards For example, a basic ‘Whole Number’ field can be turned in to a Slider control where user can slide to set the value rather than typing or a basic 'Text' field can be turned into a QR code based upon data present in it. Couple of important points consider: PCF works only on Unified Interface and not on the web client PCF doesn’t work for on-premises instances Lookup type fields are not supported. Pre-requisites: Microsoft PowerApps Command Line Interface. Microsoft Power Apps CLI is a simple, single-stop developer command-line interface that empowers...