I'm getting the following error when trying to add a row to dataverse containing a lookup column value. URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL.
I'm using a variable to set the value of the conversation value in the format of conversations(), and the flow runs successfully when this is removed, despite being set up in the exact same way as my contact variable shown below.
I checked the raw inputs of the failed step on the flow run and can see that these values are being passed through correctly and I can find that conversation ID in the table, yet contacts works but conversations fails. Any help would be appreciated as I'm lost with this one! Thanks
"item/cbs_Contact_cbs_CustomerFeedback@odata.bind": "contacts(9fd121f8-6a38-ef11-a316-6045bd115f3f)",
"item/cbs_Conversation_cbs_CustomerFeedback@odata.bind": "conversations(fd6b32ad-ac6d-497c-8e88-53bee5b30ce0)",