How-to: Call SharePoint REST API with application permissions from Azure Logic App with Azure Key Vault and Managed Identity
If you have a need to interact with SharePoint API from Power Automate \\ Logic Apps, most likely you would select SharePoint connector, which uses user identity for authentication. However, it's also possible to connect to SharePoint REST API with application permissions and certificate authentication. It's fairly easy if you have an Azure Key Vault. Here.....