SharePoint REST Flow
Tutorial: Using REST in Microsoft Flow HTTP Rest Thangu SharePoint Microsoft Flow Microsoft Flow is extremely simple and powerful to do great automation. If something is not possible, some third party actions keep coming up to make them possible. However, you cannot wait for third party and you want to finish your requirement. Is there another option? Yes, we have the option to use REST Url . Why REST in Flow? Though many Custom Actions are available, some of your business need may not available temporarily. Example, create a Folder not available directly without a Third Party Tool How? Use HTTP Request to SharePoint Example To create a new Folder with the Name of the added user Steps: Construct the REST Url Give the details in Send an HTTP request to SharePoint Add another Action like Email based on your needs Run the Flow and test. REST Url If you need to read the basics of REST see here or details on Url construction f...