Forum Discussion
Casey_Brown3
Jul 13, 2023Copper Contributor
Help with list automation
I have a project management type list I created for work. I have a progress column, assigned date, due date and other columns. I would like to have an automation where if the due date is past, the progress value for an item will change to Past Due (the progress value column is a choice column). How can I do that with a flow?
- H2OIron Contributor
Here are the steps on how to automate a SharePoint list using Power Automate:
- Go to the Power Automate app in your Office 365 account.
- Click the Create button.
- Select Automate a workflow.
- Select the SharePoint trigger.
- Select the When an item is created trigger.
- Select the SharePoint list that you want to automate.
- Click the Next step button.
- Select the Action.
- Select the Send an email action.
- Enter the email address that you want to send the notification to.
- Enter the subject line of the email.
- Enter the body of the email.
- Click the Create button.
Once you have created the flow, it will be triggered whenever a new item is created in the SharePoint list. The email notification will be sent to the email address that you specified.
Here are some additional tips for automating SharePoint lists using Power Automate:
- You can use other triggers and actions to automate different tasks in SharePoint lists.
- You can create multiple flows to automate different tasks in the same SharePoint list.
- You can share flows with other users so that they can use them too.
I hope this helps