Tag Archives: PowerApps

Pin or Unpin records in the Timeline with PowerApps

As per the Oct 2023 Microsoft Update, one can now pin/unpin records to the timeline, keeping them at the top for easy access. This makes it easier for users to find the required records quickly, without having to scroll through the timeline. By default, you can pin/unpin the Note table records only as you can… Read More: Pin or Unpin records in the Timeline with PowerApps »

A quick walkthrough of some eye-catching 2022 updates of PowerApps!

Select Environment in Powerapps: Now you can easily search and filter the environments created in your CRM. As you can see in the above screen clip, the default environment created is getting displayed under “Other environments” and the environments we create will be displayed under “Build apps with Dataverse”. Also, you can filter your environments… Read More: A quick walkthrough of some eye-catching 2022 updates of PowerApps! »

Create Rich Text format Single Line Text and Multiple Line Text fields in PowerApps

Introduction: Microsoft keeps introducing new enhancements in every release. In previous release, we have seen that we can add Rich Text Editor Control on any multiple-line text field. Refer to this blog to know more about the Rich Text Editor Control and its use. In recent releases, Microsoft introduced Rich Text and Format for Single… Read More: Create Rich Text format Single Line Text and Multiple Line… »

Know Details about new OnPostSave Event in Dynamics 365 CRM / Dataverse (PowerApps)

Introduction I am sure you may have used OnSave event several times in your projects. We generally use this event and write code in it to do some validation on the record to restrict the user from saving the record (using prevent Defaults method). The nature of OnSave event is synchronous. It is not the… Read More: Know Details about new OnPostSave Event in Dynamics 365 CRM… »

Building Custom Connectors for Power Apps and Power Automate Flows – Part 2

With our Azure function ready in the earlier post. We now look at the steps to create a custom connector for this Azure function. Do remember, we have enabled AAD authentication for our Azure function. The APP registration provided while enabling AAD authentication was set for multi-tenant authentication. While we have an easy way to… Read More: Building Custom Connectors for Power Apps and Power Automate Flows… »

User Personal Views now available to their Managers in Dynamics 365 CRM / Power Apps / CDS!

Traditional Personal Views or the Views saved from Advanced Find Queries have long been ‘Personal’ to the owners/creators of the views unless they chose to share these views with others. Given the name ‘personal’ made sense to keep these views ‘private’ to the user but a major issue that came up amongst others are: No… Read More: User Personal Views now available to their Managers in Dynamics… »

New filter conditions now available for view columns with 2020 Release Wave 1 – PowerApps

In continuation to the earlier blog posted about the new Advanced find filter options available through the funnel icon on the home page views, we now have many new filter conditions being made available from right within the view columns as well. 1. Lookups – You can now see the list of actual values to… Read More: New filter conditions now available for view columns with 2020… »

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 Create Reusable Canvas Components in PowerApps

Introduction Similar to the components that we can create for model driven PowerApps using the PowerApps Component Framework, it is also possible to create components within Canvas Apps as well. A component once created with Canvas App can be reused across apps and screens following the ‘Build once and reuse multiple times’ approach. In this… Read More: How to Create Reusable Canvas Components in PowerApps »