Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Last active March 6, 2025 14:01
Show Gist options
  • Save expiscornovus/aab3ce4aa5a438cbc5d68493e0ecdd4e to your computer and use it in GitHub Desktop.
Save expiscornovus/aab3ce4aa5a438cbc5d68493e0ecdd4e to your computer and use it in GitHub Desktop.
Add Image Gallery Web Part on Page
{"id":"38cc9b7a-7711-442a-bb5d-19b94c822f8a","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.1732/1.0.1732.4070/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":"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\": \"Example Landing 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\": \"76d07dde-4347-4545-badb-f28ba239e0e1\",\n \"webPartType\": \"af8be689-990e-492a-81f7-ba3e4cd3ed9c\",\n \"data\": {\n \"dataVersion\": \"1.11\",\n \"description\": \"Show several images, pictures or photos in a gallery layout.\",\n \"title\": \"Image gallery\",\n \"properties\": {\n \"layout\": 1,\n \"imageSourceType\": 1,\n \"isRecursive\": false,\n \"isCdnEnabledForList\": true,\n \"hasDynamicModeEnabled\": true,\n \"maxImagesCount\": 5,\n \"[email protected]\": \"#Collection(String)\",\n \"images\": [],\n \"canAlwaysSelectDocLibAsSource\": false,\n \"isTitleEnabled\": true,\n \"listId\": \"d8ed3432-5da5-4c51-b2b9-f0ca0ef5fca7\",\n \"listUrl\": \"/sites/PowerUsers/Conference Photos\",\n \"gridSettings\": {\n \"@odata.type\": \"#graph.Json\",\n \"imageSize\": 2,\n \"imageCropping\": 1,\n \"imageAspectRatio\": 1,\n \"lightbox\": false\n },\n \"carouselSettings\": {\n \"@odata.type\": \"#graph.Json\",\n \"autoplay\": false,\n \"autoplaySpeed\": 5,\n \"dots\": false,\n \"lazyLoad\": true,\n \"metadata\": true,\n \"swipe\": true\n }\n },\n \"serverProcessedContent\": {\n \"htmlStrings\": [],\n \"searchablePlainTexts\": [\n {\n \"key\": \"title\",\n \"value\": \"Dunder Mifflin Scranton\"\n }\n ],\n \"links\": [],\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"]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment