In this article, I would like to share the steps to create a flow for SharePoint lists.
What is SharePoint Flow?
- Flow is used to set up the workflows for SharePoint online lists and libraries
- Using flows, we can automate some of the tasks between SharePoint and other Office 365
- There are lots of templates available in the flow, and some of the templates are here:
![SharePoint]()
Follow the below listed steps to Create Flow in SharePoint List,
Step 1. Open your SharePoint Site
Step 2. Then open the list from the SharePoint site contents
![SharePoint site contents]()
Step 3. On the SharePoint list click on the flow option from the command bar.
![Command bar]()
Step 4. On the drop-down select “Create a flow”, on the left side, you will get the template as shown below.
![Create a flow]()
I’ve selected “Send a customized email when a new SharePoint list item is added”
![Send customized email]()
Step 5. When you click on the send a customized email, you will be redirected to flow.microsoft.com. If you have permission you will have to use the continue button to proceed further,
![Microsoft]()
Step 6. I’m using the default template without customizing anything, once you have made your changes click on the “Save” button.
![Save button]()
You can check what flows are associated with your list using the “See your flows” option on the List
![See your flows]()
Finally, you will get the mail when you add the item to the List.
Summary
In this article, we have explored how to create a flow in the SharePoint list and how to send an email when adding the data in the list using the Flow.
Happy learning!