
Good morning.
I have a Loader flow that has been developed and tested against a Sandbox instance of Dynamics 365.
Now I need to put it into production.
Converting any 'Read' actions is easy - just change the connection.
Converting 'write' actions seems to be an issue - If I change the connection, I have to re-enter all fields I am writing (I assume because potentially the underlying Dynamics schema may be different between prod and Sandbox).
The only way I can do it is to have two windows open - one with the Sandbox flow and one with the Prod Flow - and transpose between the two with the fields to be written.
Obviously this is error prone.
Is there anything obvious I have missed when changing the connection from one Dynamics Instance to another? Any other suggestions
Stan
**bleep** - whenever I publish a question, five minutes later I find the solution....
Anyway - what needs to change is the org in the flow.
Step 1 - make a teeny little flow connecting to the Production Dynamics environment. I put in a simple list records on the Contacts entity.
Step 2 - export to json
Step 3 - edit (visual Studio code) and look for something like