Hi All,
I am trying to connect SQL server database using Azure active directory .After entering all the details like Sever Name ,Database Name ,its showing all the tables and asks to select the tables required in your power Apps Application. So its going difficult to select tables and view one by one. Is there any way which enables user to select a whole schema rather than tables and views?
Thanks ,
Nitz
Solved! Go to Solution.
Unfortunately, it's not possible to select multiple objects by schema.
Out of interest, why does this cause you a problem? Is it because your database contains a large number of tables/views which makes it difficult to select the objects you want, or is it because you want to add many tables/views to your app which is slower when you need to do it one by one?
Unfortunately, it's not possible to select multiple objects by schema.
Out of interest, why does this cause you a problem? Is it because your database contains a large number of tables/views which makes it difficult to select the objects you want, or is it because you want to add many tables/views to your app which is slower when you need to do it one by one?
Thanks @timl for your reply.. Its because we have many tables & views to select for an application.
But now we will have to do it as there is no other way.
Thanks,
Nitz