
Hi everyone,
I'm using a connection to a Sql Server database to connect the app to a table. Until now, users were using an implicit connection to Sql Server. I need to change the connection type from an implicit one to an explicit one. In other words, each user must log in with their credentials. Users are already created in the database
How can I change the connection from Power Apps?