Hi,
I'm building a flow to capture the responses from a Group Form (Quiz). I'm using the "Send an HTTP request to SharePoint" action to get the data from the form in Power Automate:

I receive the following error:
{
"status": 400,
"message": "Unexpected response from the service\r\nclientRequestId: ",
"error": {
"message": "Unexpected response from the service"
},
"source": "sharepointonline-ne.azconn-ne-003.p.azurewebsites.net"
}
When I paste the url in my browser:
I get the following message:
{"error":{"code":"1010","message":"Not a valid GUID. Inner Message: Not a valid GUID.","type":"ExpectedFailure","customizedMessage":null}}
Same error with every other different Group FormID I have tried...
When I replace the Group FormID with a Personal FormID (Not Group Form) everything works fine...
Any suggestions / Workarounds to fix this problem if possible? Thank you!