Hi all,
I am a new power app builder, so still searching and googling around. I hope someone can help me, because I am stuck on this part for a while now.
Background information:
I have 4 tables in dataverse:
- Employees (main column = name)
- Locations (main column = location)
- Specialties (main colum = specialty)
- Functions (main column = function)
The table Employees has a many to many connection with all the other 3 tables.
So far so good.
But now to relate and view that part....
I have a blank canvas with on the left side the list of employees (in a Gallery).
Next to that i have a Gallery with all the locations, a Gallery with all the specialties and a Gallery with all the functions. All these 3 with a toggle in front of it. I want to use the toggle to relate the employee. So as example let's start with the location.
On the location toggle I now have at the "OnCheck": Relate(GalerieEmployees.Selected.Employees; ThisItem)


Report
All responses (
Answers (