Hello,
I created a SP List that is used to track volunteers and activities. I have the rows set up based on the list if activities. The columns in that list are 'Activity' (single line of text column) and 'Email Address' (person or group column). I use the 'Email' column to assign people to the corresponding activity for that row so that column allows for multiple entries.
I am now wanting to build an app that will give the volunteers a more user friendly UI for tracking their activities. I want to be able to filter a drop down list in Power Apps from the email address in the 'Email' (multiple entry enabled) column based on the user who is signed in (User().Email).
Is this possible?