I want to set the combo box items to only those users whose email ends with ".com" that will be displayed in the user column of the SharePoint list.
Right now I have the Combobox items property set as follows, but I am not getting the expected result.
Filter(Choices(SPOList.UserColumn, EndsWith(Email, ".com"))
Please give me some ideas.

Report
All responses (
Answers (