Last active
January 21, 2026 09:46
-
-
Save expiscornovus/02961dd497a411c5efbeed41ad848894 to your computer and use it in GitHub Desktop.
Add Image Web Part on Page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"id":"7b7d1e91-efa2-4bdf-a458-e115c037189b","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\": \"Test Image Web Part\",\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\": \"d1d91016-032f-456d-98a4-721247c305e8\",\n \"data\": {\n \"dataVersion\": \"1.13\",\n \"description\": \"Add an image, picture or photo to your page including text overlays and ability to crop and resize images.\",\n \"title\": \"Image\",\n \"properties\": {\n \"imageSourceType\": 2,\n \"captionText\": \"\",\n \"altText\": \"\",\n \"linkUrl\": \"\",\n \"overlayText\": \"Cheers, enjoy your beer!\",\n \"fileName\": \"beer.jpg\",\n \"siteId\": \"0b11c57d-ef88-46d7-9743-8e800c507595\",\n \"webId\": \"af1a15c6-956b-4652-b8f8-869836e4e6ee\",\n \"listId\": \"{0179DB5C-1400-4B21-9993-CA34E56AD208}\",\n \"uniqueId\": \"ddae1b6b-298b-428c-9b1b-a87ffe986f2f\",\n \"imgWidth\": 720,\n \"imgHeight\": 405,\n \"minimumLayoutWidth\": 1,\n \"isOverlayTextVisible\": true,\n \"alignment\": \"Center\",\n \"fixAspectRatio\": false,\n \"isOverlayTextEnabled\": true,\n \"advancedImageEditorData\": {\n \"@odata.type\": \"#graph.Json\",\n \"isAdvancedEdited\": false\n },\n \"overlayTextStyles\": {\n \"@odata.type\": \"#graph.Json\",\n \"textColor\": \"light\",\n \"isBold\": false,\n \"isItalic\": false,\n \"textBoxColor\": \"dark\",\n \"textBoxOpacity\": 0.54,\n \"overlayColor\": \"light\",\n \"overlayTransparency\": 0\n }\n },\n \"serverProcessedContent\": {\n \"htmlStrings\": [],\n \"searchablePlainTexts\": [],\n \"links\": [],\n \"imageSources\": [\n {\n \"key\": \"imageSource\",\n \"value\": \"/sites/PowerUsers/Shared%20Documents/beer.jpg\"\n }\n ]\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