Hi @Anonymous,
Based on the issue that you mentioned, do you want to search key words about the employee name?
Could you please share a bit more about the scenario, do you have a form in your app?
I think a Combo Box could achieve your needs.
Replace the Text input control with the Combo Box.
Set the Items property as below:
Filter('Employee List'.'Employee Name',ComboBox7.SearchText in 'Employee Name')
Set the DefaultSelectedItems property as below:
[ThisItem.Name]
Note that 'Employee Name' is a column existing in 'Employee List'. The Name is a column existing in your current list.
Please make sure the "Allow searching" function is on.
Hope it could help.
Regards,
Qi