Below you will find pages that utilize the taxonomy term “Power Automate”
posts
Update a SharePoint Library Title and Description with Power Automate
Overview Use Power Automate to update a SharePoint library or list title and description by calling the SharePoint REST API. This is useful when you want to automate metadata updates or rename a library from a flow.
Prerequisites A Power Automate cloud flow with access to the target SharePoint site A SharePoint library or list title to update The Send an HTTP request to SharePoint action Configure the SharePoint REST action In the Send an HTTP request to SharePoint action:
posts
Triggering a Power Automate HTTP Trigger from External Applications - testing with Postman
Triggering a Power Automate HTTP Trigger from External Applications For production environments, manually triggering a Power Automate flow via an HTTP trigger from external applications (.NET, React, or Agents Toolkit) requires Entra ID authentication if only users within the tenant can trigger it. If set to ‘anyone’ the Url of the workflow contains a sig parameter which is required to call the flow. This guide walks through the setup and testing process for only ‘any user in my tenant’.