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.


Report
All responses (
Answers (