Below you will find pages that utilize the taxonomy term “Send an HTTP request to SharePoint”
posts
Power Automate: Retrieve SharePoint Library Internal Name
Power Automate: Retrieve SharePoint Library Internal Name When working with Power Automate, you may encounter scenarios where you need the internal name of a SharePoint library. For example, when creating a file in a library using Power Automate, the internal name is often required. Instead of manually adding the internal name as an environment variable, you can dynamically retrieve it using the Send an HTTP Request to SharePoint action.
This blog post demonstrates how to retrieve the internal name of a SharePoint library using its ID or display name.
posts
Publishing Major Versions of Files in SharePoint with Power Automate
Publishing Major Versions of Files in SharePoint with Power Automate This post covers how to publish major versions for Office documents (Word, Excel, or PowerPoint) in SharePoint using Power Automate, especially after an approval task using the checkin and publish REST endpoints. This applies to libraries having minor versions enabled
Just for context, a Power Automate approval flow with trigger for a selected file needed publishing for the selected file as major version after being approved.