I have a flow that sends an HTTP Request to SharePoint, and it works just fine, but I would like to remove the metadata from the response. I added a header Accept: application/json;odata.metadata=none, and tried adding ...$format=application/json;odata.metadata=none to the Uri, but no luck. I also added a combination of both to be sure. Is there a way to do this?
Thanks.