Hello
I would like to use the SearchUsersV2 to find multiple users :
Sort(Office365Users.SearchUserV2({searchterm: ["Dave","Priya"] , isSearchTermRequired:true}).value, DisplayName, Ascending)
This only returns results for Dave, and none for Priya
I know I can do this by adding a Filter command, however, is it possible to use multiple search terms with SearchUserV2 ?
Thanks
Dave

Report
All responses (
Answers (