SharePoint API set up via Azure AD App-Only & Connection from Power Automate

Опубликовано: 28 Февраль 2026
на канале: Graciela @ Power GI
21,022
171

Follow me on Twitter: @GracielaPowerGI Video is based on this documentation: https://docs.microsoft.com/en-us/shar...

Powershell Script to get Pfx required by Power Automate:
$pfxpgi = Get-Content "C:\WINDOWS\system32\{your-file-name}.pfx" -Encoding Byte
[System.Convert]::ToBase64String($pfxpgi)

Endpoint for HTTP call:
https://{sp-host}.sharepoint.com/sites/{site-name}/_api/web/lists

Scope: https://{sp-host}.sharepoint.com/

Headers if you want response in JSON formatAccept application/json;odata=verbose

Intro: 0:00 - 0:45
Set up SharePoint API in Azure: 0:45 - 5:48
Use HTTP card in Power Automate with Pfx value: 5:48 - End