POWER AUTOMATE DESKTOP - DATABASE Pre-Requisites Power Automate Desktop Access to database Under the database action, we have only three sub actions, namely: Open SQL connection Execute SQL statement Close SQL connection Open SQL Connection The first step is to connect to the database. So, we will use the Open SQL connection action and provide a connection string to establish the connection (the connection string in the video is a sample). When the connection is successful, the connection details is stored in a variable during execution. Execute SQL statement This action can be used to execute SQL queries. Here, I am using select query and the result is stored in a variable of type datatable. Close SQL connection It is a best practice to always close the database connection once the required queries are executed. YAY! BONUS!😮 How to execute a stored procedure using database action? Stored Procedure without arguments Stored Procedure with arguments (Comma separated in...
Automation is our favorite! Not because we're lazy, but because we're crazy!😇 As a pre-requisite, you have to log in to Power Automate . If you do not have your free trial account yet, then this post 👉 Create Work School Account 👈 will help you out! Building a super-easy flow from the available templates Outline of the requirement: "Whenever I receive a mail with attachments in Outlook, I immediately want those attachments to be uploaded into my OneDrive For Business"! Let's keep both applications "OneDrive For Business" and "Outlook" open in separate tabs. You may access those apps using the App Launcher visible icon on the top left corner Step 1: Navigate to Templates Menu in Power Automate. Step 2: Search and select the template "Save Office 365 email attachments to specified OneDrive for Business folder". Step 3: Sign in to both the apps that we need to access in this flow and click continue. (These are special little things Co...