I made a custom connector for QuickBooks Online so we can integrate it with Dynamics 365.
I started making the QBO connector using their built in "Sandbox" environment so I could isolate my testing from the production environment. Thus, it is called "QuickBooks Online - Sandbox".
I've since come to find out that if I make a custom connector called "QuickBooks Online - Production" and want to switch my Flows to using it, I basically have to rebuild the Flows where it uses the connector.
- You can't swap and existing Action for another
- If you do, it deletes all of the Dynamic content and Expressions in it
- Copy to my clipboard (Preview) doesn't work 99% of the time
- Or you can copy the Flow (oh wait, no you can't if it is in a solution) and have the burden of maintaining two sets of identical Flows and redoing all of your work
Really, really, really poor design decision on the part of Microsoft.
At any rate, I decided the simplest solution is to just use the same connector and when we want to use it for production, change the URL information in the various actions in the custom connectors to point at the production environment... (and cross my fingers this doesn't delete all the information in Flows).
All that being said, it is kind of confusing because I am apparently stuck with the name "QuickBooks Online - Sandbox" and just want to change it to "QuickBooks Online".
- Is there a way to change the name?
- If I change the request body in custom connector, is it going to erase all of the information in my Flows where it uses those corresponding actions?