Solved! Go to Solution.
Hi @Flockters
Hi @Flockters
Consider leveraging User() to help you here. This is an out of the box PowerApps function that returns useful contextual information about the current user that is using the app. If any of the below is in common with one your columns, you can try and filter by this information and it is a handy way to use the current user's contextual info - including even to possibly filter your SharePoint List by this information.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-user
Returns information about the current user.
Description
The User function returns a record of information about the current user:
User().Email | Email address of the current user. |
User().FullName | Full name of the current user, including first and last names. |
User().Image | Image of the current user. This will be an image URL of the form "blob:identifier". Set the Image property of the Image control to this value to display the image in the app. |
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
203 | |
187 | |
70 | |
38 | |
34 |
User | Count |
---|---|
348 | |
268 | |
122 | |
78 | |
60 |