Hi guys,
I can't find a definitive answer on this one. Is best practise to:
1. add new connection references to each solution
or
2. have a solution of Connection references that you use in each solution?
Option 1 is easy but you end up with heaps of connection references.
Option 2 - Eg. Solution CR contains all your connection references. Solution A contains Flow A that uses a connection reference from Solution CR. When you want to export Solution A, you'd have to ADD MISSING DEPENDENCIES. It seems to add the connection reference from Solution CR and the reference seems to exist in both solutions, is that correct? And are they the same connection reference or is only the display name the same?
Which is the best way forward as I'm about to spend some time cleaning up our environments and want to get it right the first time. We also plan on using pipelines to deploy all our solutions to a backup/dev environment.