-
Continue reading →: Dataverse Teams and Dynamic Groups in Microsoft Entra ID
In Microsoft Entra ID (Formerly known as Azure Active Directory), Assigned groups allow you to add specific users as members of a group. Administrators have direct control over membership, enabling them to add or remove members as needed. Did you know that you can also create a Dynamic group using…
-
Continue reading →: [Beginner] Canvas Apps | Data validations using Regular Expressions
In this blog post, lets learn how to validate the user inputs using the IsMatch Power Fx function with Regular Expressions. Let’s start with basics. IsMatch function: Regular Expressions: In our blog post example, I am going to validate whether the user has provided a strong password or not. The criteria…
-
Continue reading →: Introduction to ‘Dataverse AI functions’
The Power Platform empowers makers with prebuilt prompts for common business scenarios such as summarizing, classifying, extracting entities, translating, assessing sentiment, or drafting a reply. These prompts allow you to generate AI-driven responses without the need to manually create a prompt. In this article, I will provide an introduction to…
-
Continue reading →: Power Platform | Working with Custom Connector Policies
If you need to communicate with services not available as prebuilt connectors from the Power Platform, you can create Custom connectors. These connectors address this scenario by enabling you to create and even share a connector with its own triggers and actions.. Please refer to my article on Build a…
-
Continue reading →: Canvas App: ‘ConstraintViolated’ Error Reading ‘Response’ from Cloud Flow”
I have a Cloud Flow with a ‘Response’ action, illustrated below: I call the flow from my Canvas App and store the response in the ‘KustoResponse‘ context variable using the following PowerFx formula. While testing the Canvas App, even though the flow ran successfully, flow’s response was not being captured…
-
Continue reading →: [Quick Tip] Power Automate Flow: Sending an Email with ‘Failed Flow Run’ Link
In this article, I will demonstrate how to construct the URL of the ‘failed flow run’ instance and include it as a hyperlink in an email body. Scenario: I use the ‘Scope’ control to handle errors in my flows. Whenever an error occurs, I need to send an email with…
-
Continue reading →: [Beginner] Power Automate Cloud Flow | Filter Arrays
This blog post is intended for beginners in Power Automate Cloud Flow . I will cover the following ‘Array’ scenarios in this post: Declare ‘Array’ of objects: Filter Array object by ‘Country’: To understand the filter operation, let’s filter the ‘arrPerson‘ array where ‘Country’ is ‘USA’. Filter the Array by…
-
Continue reading →: Tabular Model Definition Language (TMDL) in Power BI Desktop developer mode (Preview)
What is ‘Power BI Desktop developer mode’: Now the TMDL in Power BI Desktop developer mode (Preview) feature announces the adoption of Tabular Model Definition Language (TMDL) as the semantic model file format for the Power BI Project files(PBIP). Why TMDL? Please refer this official blog post for more details. 🙂
-
Continue reading →: Dataverse | Connections are Auto-Created During the Solution Import
Have you observed that the connections are automatically created with the credentials of the logged-in user during the solution import?. Previously, users had to navigate away from the solution import pane to create connections.. 🙂
-
Continue reading →: Power Platform | Solution import using the ‘stage-and-upgrade’ feature
Are you aware that a new stage-and-upgrade parameter parameter has been introduced in the pac solution import command? Stage-and-upgrade parameter: Now that you have the basics of ‘Stage-and-upgrade,’ let’s understand how it differs from the ‘Import-as-holding’ feature that has been around for quite some time. Import-as-holding vs Stage-and-upgrade: Both the…


