Forum Discussion
Unable to see preview thumbnail images in SharePoint online
Quick update, I fixed it on my end. Share the send HTTPS request action config and I will try to assist as I can.
Norm
- Akshay9720Mar 11, 2020Copper 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')}"}
- julilisMay 13, 2020Copper Contributor