I have a Datasource that contains Email addresses as a Field.
My Gallery currently has "Datasource" in the Items settings. This displays all the records in my datasource.
Is there a way to filter this, so that only records with a specific email address is visible?
Solved! Go to Solution.
If it's just one specific email address, you can try the Filter function?
Filter(YourDatasource, YourEmailColumn = "YourEmailAddress")
Hi! How many specific records are these? do the email addresses have the same domain?
there might be about 36 unique emails with about 360 records- yes all from the same domain. but i only want the records associated with a specific email to be displayed.
If it's just one specific email address, you can try the Filter function?
Filter(YourDatasource, YourEmailColumn = "YourEmailAddress")
I am getting an "invalid argument type" error.
Filter('DataSource',Owner = "email@email.ca")
If your Owner column is stored in SharePoint or Azure AD, then most likely it will need to be "Owner.Email" rather than just Owner.
Power Apps User Groups are coming! Make sure you’re among the first to know when user groups go live for public preview.
Did you miss the call?? Check out the Power Apps Community Call here!
User | Count |
---|---|
261 | |
206 | |
76 | |
38 | |
32 |
User | Count |
---|---|
344 | |
218 | |
117 | |
71 | |
54 |