Hi,
I have a flow that will create a O365 Group and Provision a Team and SharePoint site with it, when a user fills a list in that creates the sites, they can attach an image, this image I'd like to use as the site/team/group logo. But I can't seem to find a way to update this in Flow.
I have tried a few different variations of using HTTP requests, with using POST to _api/groupservice/SetGroupImage I get 400 error, using the _api/Web/SiteLogoUrl and :
{"__metadata" : {type: 'SP.Web'}, 'SiteLogoUrl': "/sites/Projects/Lists/Clients/Attachments/161/IMAGE.png"}
It succeeds but it doesn't change anything.
Is this possible to achieve using flow and HTTP requests? Any suggestions would be great.
Thanks