SharePoint API set up via Azure AD App-Only & Connection from Power Automate HD
Follow me on Twitter: @GracielaPowerGI Video is based on this documentation: https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly Powershell Script to get Pfx required by Power Automate: $pfxpgi = Get-Content "C:WINDOWSsystem32{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
Похожие видео
Показать еще