Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created February 21, 2025 13:38
Show Gist options
  • Save expiscornovus/02bdc873d012f976c283dacda209c763 to your computer and use it in GitHub Desktop.
Save expiscornovus/02bdc873d012f976c283dacda209c763 to your computer and use it in GitHub Desktop.
Create Horizontal Section on Page
{"id":"d8343f48-15c9-47f8-8b7d-f4019261a8d5","brandColor":"#036C70","connectionReferences":{"shared_sharepointonline":{"connection":{"id":"/exp_sharedsharepointonline_e5efa"}}},"connectorDisplayName":"SharePoint","icon":"https://conn-afd-prod-endpoint-bmc9bqahasf3grgk.b01.azurefd.net/releases/v1.0.1723/1.0.1723.3986/sharepointonline/icon.png","isTrigger":false,"operationName":"Send_an_HTTP_request_to_SharePoint","operationDefinition":{"type":"OpenApiConnection","inputs":{"host":{"connectionName":"shared_sharepointonline","operationId":"HttpRequest","apiId":"/providers/Microsoft.PowerApps/apis/shared_sharepointonline"},"parameters":{"dataset":"@parameters('SPOSiteCollection_PowerUsers (exp_SPOSiteCollection_PowerUsers)')","parameters/method":"POST","parameters/uri":"_api/v2.0/sites('@{variables('SiteId')}')/pages/@{variables('SitePageId')}/oneDrive.page/canvasLayout/horizontalSections","parameters/headers":{"Accept":"application/json;odata=verbose","Content-Type":"application/json;odata=verbose"},"parameters/body":"{\n \"emphasis\": \"none\",\n \"layout\": \"twoColumns\",\n \"id\": \"4\"\n}"},"authentication":{"type":"Raw","value":"@json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$ConnectionKey']"}},"runAfter":{"Initialize_variable_-_SitePageId":["Succeeded"]},"metadata":{"operationMetadataId":"62570706-d419-4972-9305-ed7b941be51b"}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment