Hello,
I think it is much simpler than I think. I want to build an app where people first come to a gallery page and then continue to the corresponding form.
4 fields are filled in advance (manually):
1. title (single line of text)
2. other information (single line of text)
3. person who should fill the form (Person or Group)
4. other person who should fill the form (Person or Group)
My question is now how do I make it so that the persons in point 3 & 4 only see the forms in the gallery where they were entered in point 3 & 4. And not the forms where other people have to enter information.
Thanks in Advance
Translated with www.DeepL.com/Translator (free version)
Solved! Go to Solution.
You can filter the Items shown in the gallery using the identity of the currently logged-in user:
Filter(myTable, UserColumn.Email = User().Email || UserColumn2.Email = User().Email)
This code searches through the table 'myTable' looking in the UserColumn or UserColumn2 (assumed to be People-type columns) for email addresses that match the email address of the currently-logged in user. You'll need to change the table and column names to match your scenario.
Hope that helps,
Bryan
You can filter the Items shown in the gallery using the identity of the currently logged-in user:
Filter(myTable, UserColumn.Email = User().Email || UserColumn2.Email = User().Email)
This code searches through the table 'myTable' looking in the UserColumn or UserColumn2 (assumed to be People-type columns) for email addresses that match the email address of the currently-logged in user. You'll need to change the table and column names to match your scenario.
Hope that helps,
Bryan
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
190 | |
53 | |
51 | |
36 | |
33 |
User | Count |
---|---|
268 | |
97 | |
81 | |
68 | |
68 |