Category Archives: Microsoft PowerApps

Exclusive sneak peek at the new Virtual PCF Component

Introduction: If you build PCF components then you must be aware that to create a standard control we render it on the container, which is provided in the PowerApps Component Framework. Microsoft has introduced a new type of control named Virtual Control. As the name suggests, this control creates and renders on the Virtual DOM.… Read More »

Editable Grid feature in Model-driven apps with Power Apps grid control

Introduction: Microsoft has brought in some intuitive features in its 2022 Wave 1 release. In this blog, we will explore the new editable features in the Power Apps grid control in model-driven apps. There are two primary additions to the new Power Apps grid control (preview) for model-driven apps: Infinite scrolling: Users no longer need… Read More »

Image Classification model by Microsoft Lobe in Power Apps – Part 1

Introduction: With the growth in technology we have seen an incline towards the technologies related to Machine Learning and Artificial Intelligence in our day-to-day life. In recent few years Microsoft has been pushing Low-Code/ No-Code ideology and have been incorporating ML and AI technologies in their PCF control, AI Builder Models, etc. Evidence of this… Read More »

Execute Commands Programmatically in PCF Dataset Component

Introduction: Recently, we came across a new method in PCF – retrieveRecordCommand. This method will help us to retrieve the related commands for specific record(s). It also gives the flexibility to retrieve only specific commands that the user wants to see. So, let’s see a scenario in which this method would come handy. Let’s say… Read More »

How to use Invitation Id of Customer Voice Survey Invitation in Power Automate Flow

Introduction Microsoft introduced Customer Voice in 2020 to get feedback from customers and save it into Customer voice entities in Dynamics 365 CRM. Further, they also introduced new features in  Customer voice. Recently, I was setting up Customer Voice and creating its invitations using Power Automate Flow. Here, I came across an error when I… Read More »

Automatically set user availability while assigning leads in Dynamics 365 CRM – New Feature of our Lead Assignment and Distribution Automation!

Sales performance has always been one of the deciding factor for measuring success of business organizations. And sales comes from pursuing leads. But only a fraction of leads are converted to sales. This is mainly because of one of the two factors – response time (how quickly you respond to leads) and nature of response… Read More »

How to use the SetValue and Save Methods in PCF Dataset Component

Introduction: As new features and functionalities are being introduced in PowerApps Component Framework, we have observed many new methods in the PCF Dataset Component. In this blog, we will discuss about the new entity record methods which are going to replace the WebApi update methods and custom requests to update the records in the dataset… Read More »

Check entity form design of different devices using Power Apps

Introduction: In this blog, we will see how we can test entity form (OOB, Custom) on different devices such as Desktops, Tablets, and Mobile Phones using Power Apps. When we use classic mode to customize entity form, we don’t get the ability to preview the designed entity from on different resolution. To test the form… Read More »