Quickly navigate on a report with multiple tabs
Today, I learned you could right-click on the bottom left corner arrows on Power BI to show a list of all the tabs: This is… Read More »Quickly navigate on a report with multiple tabs
Today, I learned you could right-click on the bottom left corner arrows on Power BI to show a list of all the tabs: This is… Read More »Quickly navigate on a report with multiple tabs
Today, I was trying to figure out how to edit the Power Automate Desktop flows’ source code directly, because I had to do some changes… Read More »Power Automate Desktop script “source code”
Here’s a tip that I guess no one will ever use, but I find it interesting. I have never used the display custom form action… Read More »Use your own Adaptive Cards in Display Custom Form action (Power Automate Desktop)
NOTE: This approach only works when you have SQL authentication enabled on your Azure SQL server, which is not the recommended practice. However, I don’t… Read More »How to connect to Azure SQL with Power Automate Desktop?
Here’s a list of use cases for using ChatGTP with Power Platform. I’m updating this list whenever I find something interesting/useful. Feel free to share… Read More »Power Platform and ChatGPT
Here’s an example of comparing multiple variable values in one IF statement on Power Automate Desktop. In this example, I check if the first number of… Read More »Compare multiple variables at once in an IF statement (Power Automate Desktop)
Updating data to Dataverse based on Excel files is a task that should be routine for all Power Platform consultants and there are plenty of… Read More »A quick way to update multiple records from an Excel list to Dataverse with Power Automate
Here’s a list of things to be verified & recommendations when you are building Power Automate Desktop solutions: General tips The user credentials running the… Read More »Checklist for Power Automate Desktop
Anyone who has worked with any RPA technology knows that just when you think that your robot is stable, something strange happens and you spend… Read More »All the ways my robot has broken
I’m quite often getting a request to check the data quality on CRM environments. You can use SQL Server Management Studio to write select statements to… Read More »How to find duplicate accounts with SQL?