
Announcements
Hello, I created a SharePoint list with 2 columns, a title column and a person column. The person column allow multiple users in the same row.
In my app, I want to filter this list in a ComboBox, I want that the comboBox shows only the 'titles" that have the current user in the person field.
I use a code like this, but it is not working:
Filter(MyList; User().Email in Person.Email), where "person" is the 2 Column of my list.
@Anonymous
Your code does work. I have recreated your SharePoint list and used exactly the same code you provided.
What specifically is not working for you? Make sure you remembered to use this code in the both the DisplayFields and SearchFields properties of the ComboBox.
["Title"]
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."