Hi everyone,
I hope you are doing well !
I have a search box as its showed in the picture below, and a table containing Items, where user can do search over those items !
the problem that search is not dynamic ! I have to move out the mouse from the box to get the result of the filter !
In the table items here is my formula :
Filter(AppUsers, StartsWith(Title, SearchInput1.Value))
Search Box picture :