Tag Archives: PowerApps Dynamics 365

How to programmatically call UpdateView in PCF using requestRender

Introduction: If you know Power Apps Component Framework, then you must know the updateView method, which is one of the standard methods of PCF. The updateView method is triggered only when the PCF control is refreshed or rendered and shows us the updated data on our control. We work on the dataset as well as… Read More: How to programmatically call UpdateView in PCF using requestRender »

Filter records in PowerApps based on the owner of the record in Dynamics 365 CE

Introduction In today’s blog we will explore how to filter records in PowerApps of Dynamics 365 CRM based on the logged in user in the PowerApps. Now I have created a default Canvas app for Account entity. As you can see in below screenshot, the list contains all the account records belonging to different users:… Read More: Filter records in PowerApps based on the owner of the… »