Hi
i need help for showing 2 variant Jobtitle : Manager and Assistant Manager on search box. how to implement this please help,
i use this but not work. the search box blank
If(
!IsBlank(Trim(TextInputSearchFilter.Text)),
Filter(
Office365Users.SearchUser(
{
searchTerm: Trim(TextInputSearchFilter),
top: 5
}
),
JobTitle = "Manager", "Assistant Manager"
)
)

Report
All responses (
Answers (