
Announcements
is there is any way to have the SQL Server and oracle database in environment variables and change them when need to move to production while import the solution, and this change replicate in the power app configuration code?
I would love to know if there is a way to do it.
When looking into the code it seems Power Apps hardcodes server and db name in the app.
For now before I export the app to downstrem environments (test/prod) I'm deleting all SQL connections from the app and I'm adding them manually in test and prod after importing, it's not ideal but it's the only solution I found so far.