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
Yeah I've already done this and its not working. Same goes for inserting labelst with static strings
Hello @PhilPfei , You might have done this already, but one thing I can think of is have you inserted labels to the gallery and used the ThisItem.ColumnsNames to reference the values from the Filter function?
Regards,
Ahmed
If my reply helped you, please give a 👍. And if it has solved your issue, please consider a 👍 & Accepting it as the Solution to help other members of the community find it more.