I have a couple of well-established (3+ years working fine) flows in Power Automate that has begun to have issues with the 'Relate Rows' action using the Dataverse Connector. I have not made any changes recently to the flow that could affect it. Has there been an update that would mean my former set up no longer works? Am I using an old action/connector that I now need to change?
The error I get is:
"error":{"code":"0x80050201","message":"The webhook call failed because the http request received non-success httpStatus code. Please check your webhook request handler."}The set up of the action is:
Table Name: Contact
Row ID: {I use the relevant ContactID in an Apply To Each loop}
Relationship: {I use the name of the specific N<>N relationship between the Contact table and one of my own custom tables}
Relate with: {I use the ODataID from the relevant record to relate with it}
Advice welcome
C