-
Continue reading →: Canvas App | Dataverse| Verify the logged in user ‘s direct roles and team membership roles
In one of my previous articles, I provided the Power Fx formula, to Check if the logged in User has a specific set of security roles. However, the Power Fx formula mentioned in the article only fetches and matches the user’s direct security roles, and does not include the team’s security…
-
Continue reading →: [Beginners] Power Automate | Dataverse | Read choice column labels
In this article let me show you how you can fetch the labels of Choice/Choices columns of a Dataverse tabels. Scenario: I’ve a following ‘Student’ table with a Choice (i.e., City) and a Choices (i.e., Hobbies) columns. By default, cloud flow Dataverse actions fetches the ‘Value’ of Choice columns. Lets…
-
Continue reading →: Canvas App | Dataverse| Check if the logged in User has specific set of security role(s)
In this article, lets see how to determine whether the logged in user has a specific set of security roles. Following is the formula we will be using to fulfill the requirement. Steps to use the formula: 🙂
-
Continue reading →: Power Platform Build Tools for Azure DevOps | LIB_EndpointAuthNotExist error
We have a “Power Platform Set Connection Variables” task of Power Platform Build Tools added to our Azure DevOps Pipeline. Other day, pipeline failed with error “LIB_EndpointAuthNotExist”. Reason & Fix: 🙂
-
Continue reading →: Power Apps | ‘Host’ object
Assume that you are a Power Apps maker and you have built an app and shared it with users. A few users have reported issues, and you would like to know the following from the users to troubleshoot: So what’s the best way to get those details. The solutions is…
-
Continue reading →: [Step by Step] Create an AppSource package using Package Deployer tool
Lets say you have built a Power Apps business application or Service and you want to promote it to AppSource, In this article, I am going to provide a detailed walkthrough of generating an AppSource package. What is an AppSource: AppSource package structure: An AppSource package consists of the following…
-
Continue reading →: Model driven app | Update forms and views using table designer (preview)
Conventionally, if you create a new column to a Dataverse table and to reflect the column in the forms and views, you have to manually open each form and view in edit mode, and the column. With the new Update forms and views preview feature, in one button click, you…
-
Continue reading →: Canvas App | Add Copilot control
In this article, lets learn how to configure and use Copilot control in Canvas Studio. What is AI Copilot (Preview): Enable Copilot component in Canvas App studio: Since its a preview feature, we first need to enable the feature. Configuring and using the Copilot component: 🙂
-
Continue reading →: Canvas App | Gallery control | AllItemsCount property
With Power Apps studio 3.23051 version a new AllItemsCount property added to Gallery control. As per the documentation, Usage of AllItemsCount performance is much faster than calling CountRows function over AllItems. Using CountRows function: Using AllItemsCount property: 🙂


