Power AutomateからDataverseのリレーションを「行の更新」で張ろうとして、エラー『Error identified in Payload provided by the user for Entity』がでたので、対処方法をメモ。
エラー発生の条件


エラーの内容はこちら。
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
解決方法
AbsoluteUri should contain ServiceRouteUri – https://orgc523ee4b.crm7.dynamics.com/api/data/v9.2

※Odataの指定についてはバージョンの差異なしのため



ということで、「行の更新」でリレーションを貼る場合、今後はv9.2を使う必要があるらしい。
おまけ1:レコードの作成日は関係ない



ということで、OData IDのバージョンと、レコードの作成日は関係ないらしい。
おまけ2:アクション「行を関連付ける」はv9.1で動く


この辺できれば動作を合わせてほしい。。。



コメント