Category Archives: Microsoft PowerApps

Embedding Canvas Power Apps to Microsoft Teams

In our previous post, we saw various apps to which a canvas app can be added. In continuation to this, here is another application where the canvas app can be easily added – Microsoft Teams. Moreover, to ease the process of adding canvas apps to teams, you now have an option right there i.e. ‘Add… Read More »

How to develop PCF control using Office UI Fabric

Introduction PCF stands for PowerApps Component Framework. PCF is used to build the full custom component to enrich user experience. On the other hand, Office UI Fabric is a responsive, mobile-first, front-end framework for developers which is designed to make it simple to create web experiences quickly using the Office Design Language. Recently, we had… Read More »

How to run PCF Control in Multilanguage using .resx (resource) files

Introduction In this blog, we will see how to run PCF Control in multiple languages. Let’s consider a scenario where we have one PCF field control, which contains some user interface part which we currently display in only one language i.e English. Now, we want to display PCF control UI part in more than one… Read More »

How to create Alerts or Reminders for Individual Records in Dynamics 365 CRM

In our previous few posts, we have seen how managers can create Alerts and Announcements for Dynamics 365 using Alerts4Dynamics. This post will focus on one more profound feature of the app where any user can create Record Based Alerts. Usually, managers can create any sort of alerts, but with this new feature, users also… Read More »

How to Add PCF Data-set Control in Dynamics 365 CRM

Introduction: PCF (PowerApps Component Framework) are used to create Field type and Data-set type code components and provide an enhanced user experience for the users to view and work with data in forms, views, and dashboards. In this blog, you will be given information about how to add Data-set control and where you can see… Read More »

Avoid delegation while filtering records in Power Apps

Introduction Delegation in Power Apps means process of retrieving data to the data source itself. This means Power Apps will retrieve small amount of data to make sure the performance is consistent. We often get delegation warning when we filter huge data source in Power Apps as shown in below screenshot. To avoid the delegation… Read More »

Interacting with Power Automate Flows from Power Apps – Canvas Apps

Introduction It is well-known that Power Automate is a low-code, no-code solution to automation with various triggers that it supports including Event driven, HTTP request, Timer/Scheduled and Manual flows. Manual/Button flows help in designing powerful Canvas Apps that can offload complex logic executions to flow while focusing on user experience of the app. In this… Read More »