Need help with filtering gallery
I have a created powerapp which have 2 gallery controls on the screen . first gallery connects to Office365 connector and gets direct reports of logged in user, second gallery connects to dataverse table which has UPN and Status of all users. I want to show status info of all direct reports in the screen .
when i use below formula, it works but for mutiple direct reports i have to select each cell to get info, my requirement is to show value for each user in gallery 1 in table format .
Filter(datasource,userPrincipalName=Gallery2_3.Selected.userPrincipalName)
Please help!
I followed Reza Dorrani's video for direct reports to build this app.