top of page
All Posts


Power Platform Virtual Tables: Unlock External Data Without Data Duplication
Virtual Tables in Microsoft Power Platform allow you to access external data in Dataverse without physically storing it inside Dataverse. Instead of copying or syncing data, Virtual Tables create a real-time connection to external systems such as SQL Server, SharePoint, Azure, or other APIs. They behave like standard Dataverse tables inside Model-Driven Apps — supporting forms, views, security roles, and relationships — but the data remains in the source system. This makes Vi
Sivakumar K
Feb 234 min read


Power Automate Flows Fail Quietly — Expressions Are Usually the Reason
Most Power Automate flows don’t fail because of connectors. They fail because of logic . A condition doesn’t match. A value is empty. A date behaves unexpectedly. An approval goes to the wrong person. All of these problems come down to expressions Actions Show What Happens. Expressions Decide Whether It Happens. You can build flows using actions alone. But the moment you need to: validate data compare values calculate totals control approvals handle exceptions you are already
Sivakumar K
Jan 121 min read


How to Set Up and Register a Desktop Runtime Machine with Power Automate Cloud Orchestrator
Power Automate Desktop (PAD) enables you to run Robotic Process Automation (RPA) flows on Windows machines. To allow Power Automate Cloud to trigger and manage these desktop flows, you must register your machine as a runtime machine with the cloud orchestrator. This blog walks you through why registration is required and how to set it up step by step . Why Registering a Desktop Runtime Machine ? Registering a desktop machine connects your local Windows system with Power
Sivakumar K
Dec 27, 20254 min read


How to Save Microsoft Forms File Attachments to SharePoint Using Power Automate
In this article, we walk through a real-world scenario where lead information is captured using Microsoft Forms , including support for multiple file attachments . The solution focuses on using Power Automate to automatically store the submitted form data into a SharePoint list , while securely saving all uploaded attachments in SharePoint. Step 1: Create an Automated Cloud Flow for Microsoft Forms Go to Power Automate and click Create . Select Automated cloud flow as th
Sivakumar K
Dec 25, 20254 min read


Power Automate Desktop: Sending Emails with Multiple Attachments Made Easy
Sending multiple file attachments through email is a common business requirement—whether it’s invoices, reports, or supporting documents. In this article, you’ll learn how to use Power Automate Desktop to automatically collect multiple files and send them in a single email using a simple, repeatable automation flow. This guide focuses on practical concepts that can be applied to real-world scenarios with minimal complexity. Step 1: Get Files from a Folder Go to the Actions p
Sivakumar K
Dec 25, 20254 min read
bottom of page