Hi all,
We want to make Power App in Microsoft Teams using multiple Dataverse tables. We have one Dataverse table "Stores", which contains columns Store and Email, and another Dataverse table "Employees", which contains columns Store, First name, and Last name. These two tables should be paired using column Store. When the user (in this case store from the Store column) is logged on Office 365, user should see just employees from that store.
For example, if O365 account is logged on with email address store1@example.com (Email column), and that store has 10 employees, in the Power App should be viewed first and last names of those ten employees in that store. If another store is logged on O365, employees from that store should be viewed in the Power App.
Does anybody have experience with that?