Text input as filter for data source

I have simple use case.
My clients are identified by phone numbers.
Putting phone number to text input should filter data source and retrieve only rows containing this phone number.

For some reason I cannot refresh data source based on text input.
How to do that ?

I can filter data based on query parameters, but cannot filter data by text input.

I think it was possible in previous versions.
I have the latest version of Baserow.

It hasn’t been possible yet to refresh a data source after changing a text input field. The best way to simulate this is setting search or filter functionality on the table element for the phone number

If you want to use a text input field, you need a button to confirm the input and start the action to refresh the data source

Thanks for the reply.

Table solution doesn’t help.
I need to force user to add his own id to get proper data for him.
The user is not logged in, that’s why i need text input.

Using form would do the job - put text and click button.
However there is no way to filter data source by text input or form.

Am I missing sth ?

Indeed. You can only filter a data source based on a path parameter or querystring. So the action for submitting the form is that you reload the page (Open page action) with the input as a query string parameter. You use this parameter to filter your data source and set it as the default value for your input element.