Hello everyone,
I am trying to create a profile in power apps through the team user, it will be the one obtained with the User() function and the Email.
I have two sharepoint list, a general one with the fields Field1 that are colors and Field2 that are Names.
| Field1 | Fiel2 |
| red | Rick |
| blue | Daryl |
| yellow | Morgan |
| white | Maggie |
| red | Negan |
In the second list there is only the user and the color.
| profile | Field1 |
| user | red |
| user | white |
The first table displays the data in a gallery and what I need is for it to display only the computer user information that matches list2, for example, two colors would be displayed, red and white.
the goal is that the gallery only shows the data of those that are in list2.
I have tried with lookup (but it only brings me a record).
Any ideas??.
Thank you so much