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)
Ok I got the Relate/Unrelate function working, YAY! "OnCheck":
I now have the "Default": If(ToggleLocation.Value = "true" ; true ; false)
Tho that results in a circular error.
So in this example: Henkje2 is related to Locatie2, and I want that toggle to be ON when his nime is active.
(Medewerker=Employee)
Hoping someone can help me out!
stampcoin
17
mmbr1606
15
Super User 2025 Season 1
ankit_singhal
11
Super User 2025 Season 1