Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created January 21, 2026 14:27
Show Gist options
  • Select an option

  • Save expiscornovus/7940764fd3e5a8084bf7e4bedf09ffdf to your computer and use it in GitHub Desktop.

Select an option

Save expiscornovus/7940764fd3e5a8084bf7e4bedf09ffdf to your computer and use it in GitHub Desktop.
Add Document Embed Web Part on Page
{"id":"d9159001-6c1b-488b-a79a-5126034c2ba5","brandColor":"#474747","connectionReferences":{"shared_sharepointonline_1":{"connection":{"id":"/exp_sharedsharepointonline_1c1d3"}}},"connectorDisplayName":"SharePoint","icon":"https://conn-afd-prod-endpoint-bmc9bqahasf3grgk.b01.azurefd.net/v1.0.1769/1.0.1769.4352/sharepointonline/icon.png","isTrigger":false,"operationName":"Send_an_HTTP_request_to_SharePoint","operationDefinition":{"type":"OpenApiConnection","inputs":{"host":{"connectionName":"shared_sharepointonline_1","operationId":"HttpRequest","apiId":"/providers/Microsoft.PowerApps/apis/shared_sharepointonline"},"parameters":{"dataset":"@parameters('SPOSiteCollection_PowerUsers (exp_SPOSiteCollection_PowerUsers)')","parameters/method":"PATCH","parameters/uri":"_api/v2.0/sites('@{variables('SiteId')}')/pages/@{variables('SitePageId')}/oneDrive.page","parameters/headers":{"Accept":"application/json;odata=verbose","Content-Type":"application/json;odata=verbose"},"parameters/body":"{\n \"@odata.type\": \"#microsoft.graph.sitePage\",\n \"title\": \"Add Document Web Part on Page\",\n \"canvasLayout\": {\n \"horizontalSections\": [\n {\n \"layout\": \"oneColumn\",\n \"id\": \"1\",\n \"emphasis\": \"none\",\n \"columns\": [\n {\n \"id\": \"1\",\n \"webparts\": [\n {\n \"id\": \"@{guid()}\",\n \"webPartType\": \"b7dd04e1-19ce-4b24-9132-b60a1c2b910d\",\n \"data\": {\n \"dataVersion\": \"1.4\",\n \"description\": \"Display a document or file on your page including Word, Excel, PowerPoint, PDF, 3D models, videos, and more.\",\n \"title\": \"File and Media\",\n \"properties\": {\n \"annotation\": \"\",\n \"authorName\": \"Dennis Goedegebuure\",\n \"chartitem\": \"\",\n \"endrange\": \"\",\n \"excelSettingsType\": \"\",\n \"file\": \"https://contoso.sharepoint.com/sites/PowerUsers/Shared%20Documents/Example%20Presentations/Demo%20Presentation%20Teams.pptx\",\n \"listId\": \"0179db5c-1400-4b21-9993-ca34e56ad208\",\n \"photoUrl\": \"/_layouts/15/userphoto.aspx?size=S&accountname=dennis%40contoso.onmicrosoft.com\",\n \"rangeitem\": \"\",\n \"siteId\": \"0b11c57d-ef88-46d7-9743-8e800c507595\",\n \"startPage\": 4,\n \"startrange\": \"\",\n \"tableitem\": \"\",\n \"uniqueId\": \"b3e0b18a-d447-4d95-8881-5b97eef0763b\",\n \"wdallowinteractivity\": true,\n \"wdhidegridlines\": true,\n \"wdhideheaders\": true,\n \"webId\": \"af1a15c6-956b-4652-b8f8-869836e4e6ee\",\n \"webAbsoluteUrl\": \"https://contoso.sharepoint.com/sites/PowerUsers\"\n },\n \"serverProcessedContent\": {\n \"htmlStrings\": [],\n \"searchablePlainTexts\": [\n {\n \"key\": \"title\",\n \"value\": \"Demo Presentation Teams\"\n }\n ],\n \"links\": [\n {\n \"key\": \"serverRelativeUrl\",\n \"value\": \"/sites/PowerUsers/Shared%20Documents/Example%20Presentations/Demo%20Presentation%20Teams.pptx\"\n },\n {\n \"key\": \"wopiurl\",\n \"value\": \"/sites/PowerUsers/_layouts/15/Doc.aspx?sourcedoc=%7bB3E0B18A-D447-4D95-8881-5B97EEF0763B%7d&file=Demo%20Presentation%20Teams.pptx&action=embedview&mobileredirect=true\"\n }\n ],\n \"imageSources\": []\n }\n }\n }\n ]\n }\n ]\n }\n]\n}\n}"},"authentication":{"type":"Raw","value":"@json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$ConnectionKey']"}},"runAfter":{"Initialize_variable_-_SitePageId":["Succeeded"]},"metadata":{"operationMetadataId":"e006a3a0-8d74-4c66-867c-8c3b7fa1b3c9"}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment