Seach/retrieve from database

Is it possible to search and retrieve a value from the database without using a list? If the user wants to search a collection for a name. Is it possible to use text input and a button to get a value, and perhaps send that to another screen?

Hello, well in order to display the value that you’ll get after writing in the text input, you need a list that will be filtered according to that input.

Thank you!