I have a flow with many steps that connect to a D365 CRM Org ("DevOrg1"). When I move this solution to another environment, I need to change the Organization Name to that environment ("ProdOrg1"). The connection stays the same, but the Org is different.
What I would like to do, is declare the Org Name as a variable at the beginning of the flow, and use that value as a custom value in each D365 step. There's too much room for error when manually updating each step to point to the new connection. I have tried the GUID of the org, as well as the text value of the Org name, but neither worked.
Does anyone know what value should be used? There's obviously more going on behind the scenes that I'm unable to replicate.