Tag 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: Embedding Canvas Power Apps to Microsoft Teams »

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 run PCF Control in Multilanguage using .resx (resource)… »

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: Avoid delegation while filtering records in Power Apps »

How to Add Hyperlink to Data Table Column in PowerApps

Introduction PowerApps lets you create, customize and run mobile apps with very less code. Microsoft released new experience for user in PowerApps which are more user friendly and improves user experiences. In today’s blog we will explore more on hyperlink property in Data Table control for PowerApps. Now, let’s consider a scenario where users want… Read More: How to Add Hyperlink to Data Table Column in PowerApps »

How to add Business Card Scan Control in PowerApps

Introduction In Wave 2 release Microsoft has introduced new feature in PowerApps to scan Business Card. In this blog we will explore how to add Business Card scan control in PowerApps to scan business cards. Steps to configure: 1. Create a canvas app (Blank App) as shown in below screenshot: 2. Then add Business card… Read More: How to add Business Card Scan Control in PowerApps »

Save Time! Now get all the records of Dataset Grid control Swiftly

Introduction With the help of PCF (PowerApps Component Framework) Control, we design control for Dataset Grid, which we can add on any OOB and custom entity to show records that are available in the selected view. We show data for the available set of columns that are added in the selected view. To show all records data in Dataset Grid… Read More: Save Time! Now get all the records of Dataset Grid… »

Useful tip for the Local and UTC setting in PowerApps

Introduction Handling dates with Date Time Zone in PowerApps can be tricky. So while handling the dates in PowerApps you should be aware of few Date Time Zone settings. In this blog we will be discussing the same. Date Time Zone Property in PowerApps can be set through Date Picker control. Under PowerApps inside Date… Read More: Useful tip for the Local and UTC setting in PowerApps »

Import or Export Records from PowerApps for Dynamics 365 CE

Introduction In this blog, we will explore more on how to import and export records from one PowerApps application to another PowerApps application just like import/export functionality of Dynamics 365 CE. Import and Export controls are controls used for importing and exporting data from the local file in PowerApps application. Let’s just start exploring this… Read More: Import or Export Records from PowerApps for Dynamics 365 CE »

Converting Date and Time based on User Time Zone in PowerApp for Dynamics 365 CE

Introduction In our previous blog we have explored on how to set date and time fields of dynamics 365 through power app. Handling date and time fields according to time zone is quite tedious task. In today’s blog we will explore more on how to handle date and time fields of dynamics 365 according to… Read More: Converting Date and Time based on User Time Zone in… »

Populate Multi Entity Lookup Fields of Dynamics 365 CE in PowerApps

As you know using PowerApps, we can create or Update the records in the Dynamics 365 CE. Here, in Dynamics 365 CE we have various types of fields in an Entity. So, while working with Lookup type field, we faced an issue where we were unable to create/update the record. But issue occurred only for… Read More: Populate Multi Entity Lookup Fields of Dynamics 365 CE in… »