powerautomate

Creating a Basic flow from Scratch using Power Automate - Reminder for overdue tasks!

In this Lab

In this lab, you will create a cloud flow using a Power Automate template that will create an approval workflow when a SharePoint list item is created

Task 1

Create your own custom SharePoint list using the following steps:

Task 2

Create a cloud flow from scratch:

a. Create a new Instant cloud flow and use a Manually trigger a flow as a trigger. Name it Reminder for overdue tasks. Click Create

image

b. Add a new step to get all items from the SharePoint list Work Progress Tracker.

image

c. Add a new control connector and select Apply to each control

image

d. We are going to loop on the list of values recieved from the previous step.

image

e. Click on Add an Action and select Get Item control for the SharePoint connector

image

f. Add a Condition control and check for the below conditions:

image

g. Add an action under the If Yes branch:

image

h. Save the flow.

Task 2

To test the flow, trigger it manually. Click on Run > Continue > Run Flow > Done. This will send an email for all the tasks which are overdue.

image

Verify the email.

image