What is the best way to share common data in SQL server with our PowerApps developers?
Things like a list of all our products, list of our employees, list of our offices addresses, basically views we have in SQL Server that I want to share/publish so that other Power Apps uses can access it and use it in their applications.
I don't want to grant them direct access to the SQL Server, I'd prefer to create a handful of views and then "publish" them.
Does this have to be done by populating a new Dataverse table?
Are there other ways I can share this?
I was looking at making an new connector but that seems to be specifically about setting up a connection to our SQL server. I don't want them to write their own SQL, I want to share a handful of useful views that they can consume for their various Power Apps.
Thank you!