Imitate Searchbox & Dynamic Results

I’m trying to build a search-dropdown on my own instead of using the Searchbox element, because of some limitations.

Im trying to use an RG below an input, so when a user enters text in the input, the RG should re-filter based on the text typed in real time like the searchhbox, or at least Show results after hitting a Search button next to the input, but the user shouldnt have to type the exact full name to get results matching.

The limitations of the searchbox:
No Data Source alternative with conditions
Field to search can only be on text field of current table, not on related table
The “Is not empty” state of the searchbox for “typed” text stays even after resetting the element

This topic was automatically closed after 70 days. New replies are no longer allowed.