Bit of a weird one. I have a flow that take forms responses, starts an approval then once approved, and the data to a spreadsheet and sends an email. In the classic designer there are no errors, and the flow works, but in the new designer I get "invalid connection" errors on all the parts of the flow with further details
{"name":"Host.ServiceException","code":"PostCallFailed","data":{"responseBodyError":{"code":"InvalidPath","message":"User with object id '73fe3602-0865-49e5-9679-a4c78230bbc2' and audience 'https://service.flow.microsoft.com/' does not have permission to call route 'GET/HTTPS:/PROVIDERS/MICROSOFT.POWERAPPS/CONNECTIONS'."},"responseStatusCode":403}}
The connection that is showing is "shared-microsoftform-96150dfa-898f-40a1-b0aa-dfbcad68de5b" but in the classic it's my email as normal.
I've tried deleting parts of the flow, but I'm unable to add them as the connection isn't correct.
Normally I'd just leave it, but there are several similar paths based on an answer in the form and I need to duplicate the processes. I've tried copying the part in classic, but get the error "Failed to find {switch part name}"{choice in flow} in definition."
Sorry for the long post... Any ideas?