Hello PowerAppers,
I have a dataverse table relating projects to AAD Users. I wanna show all Users related to a specific project in a gallery (Names and Images).
The Items property of the gallery is the following:
Filter(
'Projekt Beteiligte';
'Projekt (Projekt Beteiligte)'.'Nr.' = galProjectsPS.Selected.'Nr.'
)
To get the related AAD User of the 'Projekt Beteiligte' record, I have a LookUp Column with the name "User (AAD User - Projekt Beteiligte)". Even though there are records in the table for the project, which are also shown in the formula tab (see screenshot), no items are display in the gallery. I can't wrap my head around why.

Thanks in advance