top of page
The Compose action
Microsoft Power Automate (aka Microsoft Flow) provides lots of action steps out of the box. My favourite one is Compose. What does it do?...
Mar 28, 2020
8,229 views
0 comments
How to check whether a folder exists in SharePoint (using Power Automate)
I have a SharePoint document library called aj, and inside of it, three folders (Test1, Test2 & Test3). I am going to build a flow to...
Feb 8, 2020
5,912 views
0 comments
How to call an API using the Power Automate HTTP action
In this blog post I will access NASA's Astronomy Picture of the Day (APOD) API using Power Automate. The plan is to retrieve the picture...
Nov 2, 2019
2,403 views
0 comments
How to retrieve files from a SharePoint library and send an email attachment (with Power Automate)
Every flow needs a trigger to start with so here I am using a manual trigger. Next, I am using the action List Folder which returns files...
Oct 12, 2019
3,683 views
0 comments
Filtering Excel Rows with Power Automate
Below is my Excel sheet ProdDetails. Retrieving all of the rows To manipulate this data in Power Automate, first we will retrieve all of...
Sep 25, 2019
3,800 views
1 comment
Retrieving a row from an Excel table using Power Automate
The Power Automate action Get a row retrieves a single row from an Excel table. Here I am using a valid key value (P2) which exists in my...
Sep 14, 2019
14,942 views
1 comment
Email OneDrive files using Power Automate
First step is the trigger. Here I am using a manual trigger. The next step is to declare an array variable called FileContents. This is...
Sep 8, 2019
1,801 views
0 comments
How to determine if a string is numeric (in Power Automate)
There are a few ways that you could do this. Here I will show you two of my 'go-tos'. Determining if a string is numeric - method #1 The...
Sep 7, 2019
6,411 views
0 comments
How to restore a previous version of a Sharepoint document using Power Automate
A SharePoint Document Library provides a secure place to store files where you and your co-workers can find them easily; work on them...
Jun 8, 2019
1,638 views
2 comments
bottom of page