When authoring PowerApps inside solutions, if I add an SQL connection, then my app will become dependent on a Connection Reference pointing to that SQL Connection.
My question is how do I control the connection reference my PowerApp becomes dependent on? It seems that it will 'randomly' choose a Connection Reference in use by other solutions (or create a new one if it's a new Connection).
I am trying to achieve a result where Solutions can control their PowerApps connection references without any cross-solution dependencies. The only way I currently see is to create a Connection per-solution. However, I don't think I want, or should need, to create a new Connection.
With Power Automate flows, it's a very easy task. You can createa "Connection Reference" in your solution, then from the SQL activity in your Flow, choose the Connection Reference from the activity options.