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

Published: 24 March 2021
on channel: Power GI
18,208
155

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


Watch video SharePoint API set up via Azure AD App-Only & Connection from Power Automate online without registration, duration hours minute second in high quality. This video was added by user Power GI 24 March 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 18,208 once and liked it 155 people.