Hi
I have a very simple flow with Dataverse actions (Dynamics 365) that tries to add some fields to a table when the record is created.
My trigger is "when a row is added, modified, or deleted", configured for "create" on the given table. The record is created somewhere else with some fields.
Then I read some of those fields and get records from some other tables using the action "get a row by ID".
Lastly, I try to update the recently created record with more data using Update a row.
So the problem can be reduced to three actions: the trigger, the Get, and the Update.
And I'm getting:
If I understand correctly the problem is that I'm getting 9.1 and trying to update with 9.2.
These are standard actions, no extra configuration added.
I tried re-creating the actions, to no avail.
How can I solve this?