-
Continue reading →: Canvas App | Multiple Combo box filters on Collection
In this article, let’s see how to achieve complex multi-combo box filters on collections. Here is what the app with filters looks like: Let’s first understand our scenario and then proceed with building the app. Scenario: As we know the scenario now, let’s build the App. Building the App: Now…
-
Continue reading →: FetchXML : Filter on column values in the same row
Did you know that by using the valueof attribute, you can create filters that compare columns on values in the same row. Scenario 1 : Find Contact records where the firstname column value matches the lastname column value Scenario 2 : Cross table comparisons – Fetch rows where the contact fullname column matches the account name column Please…
-
Continue reading →: GitHub : Export issues to a CSV file
In this article, let’s see how to export GitHub issues to a CSV file using the Git CLI. The steps I am going to show you are tailored for a Windows machine, but the steps for non-Windows machines are mostly the same. I will also share the official documentation link…
-
Continue reading →: [Beginners] Power Fx: ShowColumns, AddColumns, RenameColumns and DropColumns
ShowColumns, AddColumns, RenameColumns and DropColumns are Power Fx functions which helps you to shape your collection. In this article, I will try to explain these functions with a simple scenario. Scenario: Let’s get started and execute our scenario by building a simple Canvas App. Steps to create the canvas App:…
-
Continue reading →: [Tip] Stick a control to the right side of the Parent
I have a button added to a Gallery control, and I want it to always be positioned to the right side of the gallery. So, as shown below, I set the X property of the button control to a specific number, which positioned the button to appear on the right…
-
Continue reading →: [Tip] Dataverse | Quickly copy column’s Logical and Schema names
Did you know that you can quickly copy the columns Logical and Schema names from the column’s context menu? 🙂
-
Continue reading →: Power Automate | Insert a new option for a global or local option set (Choice) field
In this article, let’s learn how to insert a new option for a global or local option set using the InsertOptionValue unbound action in Power Automate. Create new option in global choices field: Now lets see how to create new option in local choice field. Create new choice in local…
-
Continue reading →: Microsoft Adoption | Sample solution gallery
Imagine you’re new to Power Platform and eager to learn from others’ experiences in app development. Did you know that you can explore and download amazing apps/solutions of others from a sample gallery? Go to Microsoft Adoption portal and navigate to Solutions > Sample Solution Gallery. Let’s discover how to…
-
Continue reading →: Power Automate | Achieve transaction and rollbacks using Changeset request
Imagine a scenario where you need to perform the following actions as a transaction: if any operation fails, all completed operations should be rolled back. To achieve this scenario in Power Automate, we can utilize the Perform a changeset request action. However, it’s not straightforward, and I’ll explain why. Lets…
-
Continue reading →: Power Automate | Dataverse | Create row by setting lookup column with ‘Key’
Imagine you’re in the midst of creating a Contact record in Cloud Flow using Dataverse > Add a new row action. You can easily set the ‘Company Name’ field, which is a lookup, with the syntax: accounts({account_guid}), as shown below. Did you know that instead of parent record’s GUID, you…


