Power Platform + MS SQL: How to Create SQL Table from Existing Table and Import Its Data

When I work on projects and I need to play around with existing data, I always like to create a temporary table with the same structure as the existing table in question. This helps me prevent any issues or discrepancies or any data loss. If you are familiar with Microsoft SQL, you may be wondering… Read More Power Platform + MS SQL: How to Create SQL Table from Existing Table and Import Its Data

How-To #9: Convert Excel Date from Integer to Actual Date Using Power Automate

In this post, I will show you how to format an Excel date column from integer to date using Power Automate. For this example, the flow is manually triggered, but it can be created using any other trigger, such as a schedule or an automated trigger from any connector. Scenario:When entering data in a Microsoft… Read More How-To #9: Convert Excel Date from Integer to Actual Date Using Power Automate

How-To #8: Add New Values to SharePoint Choice Column Using Power Automate

Have you ever wondered have to add new values to a SharePoint Choice column without having to go into the settings of the respective list? Have you thought about letting users take care of this, but you are not keen about them messing around in the list settings? Well, I present you a way you… Read More How-To #8: Add New Values to SharePoint Choice Column Using Power Automate

How-To #7: Create SharePoint Document Set Using Power Automate (Basic)

One question that has come up too many times is how do you create a SharePoint Document Set using Power Automate. Well, there’s a Basic and an Advanced approach, but in this post I will discuss the Basic approach. Ready? Let’s get started!!! If you don’t have a Document Set content type created, let’s walk… Read More How-To #7: Create SharePoint Document Set Using Power Automate (Basic)

How-To #4: Delete Empty Folders in SharePoint Document Libraries Using Power Automate – Updated

Updated 11/24/2023 In this post, I will show you how to delete empty folders in SharePoint Document Libraries using Power Automate. This flow is manually triggered, but it can be created using any other trigger, such as a schedule or an automated trigger from any connector. Scenario:Scan a SharePoint Document Library and delete all folders… Read More How-To #4: Delete Empty Folders in SharePoint Document Libraries Using Power Automate – Updated