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