Category Archives: PCF

Managing Component Dependencies in Power Apps Solutions-Dataverse

As a Power Apps developer, you may encounter situations where you need to improve an existing solution, such as enhancing a custom model-driven app for case management customer support. Additionally, you might be tasked with eliminating outdated components, like a web resource no longer in use, that is part of a complex solution with interrelated… Read More »

Automatically sending Power Apps cards to Microsoft Teams channels using Power Automate Flow

Microsoft has added a new feature called Cards in the Wave 2 release.  Cards are simplified forms that are connected to Dataverse which can be sent to CRM users to capture the required details. In the previous blog, we explained how to create cards using Power Apps. In this blog, we have explained how to… Read More »

Transfer online files to a local device using ‘Download function’ in Power Apps

Recently Microsoft announced a powerful feature -“Download function in Power Apps”. This feature allows us to easily download online files from the web to the local device. Let’s see how to use this feature in everyday life. Suppose our organization wants to create an App (Canvas or Model Driven App) in Dynamics CRM. We have… Read More »

How to permanently delete Disabled Users from Power Platform

Whenever a user deletes any users from the Microsoft 365 admin center then that user remains in the power platform environment as a disabled user. Now, users can delete the users permanently from the power platform using Delete Disabled Users (Preview) feature. The main purpose of this feature is as follows- Whenever we delete any… Read More »

Format input values into different user input formats using Formatting API in PCF Control

Introduction In the previous blog, we have explained the Formatting API of PCF Control where we used the Formatting API to format the input values. Earlier, we used different Formatting API methods to format the number and date values. In this blog, we will introduce a new Formatting API method (formatUserInput) that formats the given… Read More »