Posts

SharePoint REST Flow

Image
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...

SharePoint File CRUD in REST

Image
Tutorial: CRUD on Files using REST Many projects revolve around CRUD operations on different types of Files. Hence, a tutorial is here to focus on CRUD on Files in SharePoint using Rest API. Course Booking Details: Dates Details Offer Book Jan 21, 2019 – SharePoint Rest Fundamentals Less Price for Collab365 Readers Book <img class="wp-image-3852 size-full" src="https://publishers.collab365.community/wp-content/uploads/sites/9/2019/01/File-1.png"/> REST File By Thangu-Tutorial Rest Url Construction for Files You need to know the Server Relative Path before you start. The Server Relative Path mostly refers to the Link after the sharepoint site like https://thangu.sharepoint.com.If your site is https://thangu.sharepoint.com/sites/dev, can you guess the Server Relative Path? Yes, the ServerRelativePath is /sites/dev Such paths are very useful if you refer the same file path from different domains and helps avoid broken links duri...