Forum Discussion
Akshay9720
Mar 05, 2020Copper Contributor
Unable to see preview thumbnail images in SharePoint online
Hello folks, When I set Banner Image URL in SharePoint Online modern site page using MS Flow, preview thumbnail images are not shown in carousel/page cards. It works perfectly fine when I set the...
Akshay9720
Copper Contributor
I tried two actions to set BannerImageUrl. one is with "Update item" action as below.
Another with "Send Http Request to SharePoint" action
Please find below JSON body:
{"__metadata":{"type":"SP.Data.SitePagesItem"},"SnapImageURL":{"__metadata": { "type": "SP.FieldUrlValue" }, "Description": "@{variables('AttachmentURL')}", "Url": "@{variables('AttachmentURL')}"},"Title":"@{variables('NameToBeUsedInTitle')}","OData__AuthorBylineId":{"__metadata":{"type":"Collection(Edm.Int32)"},"results":[@{variables('AuthorId')}]},"BannerImageUrl":{"__metadata": { "type": "SP.FieldUrlValue" }, "Description": "@{variables('AttachmentURL')}", "Url": "@{variables('AttachmentURL')}"},"LayoutWebpartsContent":"@{variables('LayoutHTMLContent')}"}
julilis
May 13, 2020Copper Contributor