When trying to establish a relationship in Dataverse using the “Update Row” action in Power Automate, I encountered the error “Error identified in Payload provided by the user for Entity”. Here’s how I resolved it.

Error Occurrence Conditions


Here’s the error message:
Error identified in Payload provided by the user for Entity :”, For more information on this error please follow this help link https://go.microsoft.com/fwlink/?linkid=2195293 —-> InnerException : Microsoft.Crm.CrmException: AbsoluteUri – https://orgc523ee4b.crm7.dynamics.com/api/data/v9.1/cr861_parents(38a04bf0-c608-ed11-82e5-000d3a402e18) should contain ServiceRouteUri – https://orgc523ee4b.crm7.dynamics.com/api/data/v9.2
Solution




In conclusion, when establishing relationships using the “Update Row” action, it appears that v9.2 must be used going forward.
Additional Note 1: Record Creation Date is Irrelevant



This confirms that there’s no correlation between the OData ID version and the record creation date.
Additional Note 2: “Associate Row” Action Works with v9.1


It would be nice if Microsoft could standardize this behavior across different actions…
コメント