Button functionality help

i want to make a button that when clicked gives the user and input field to write an id and searches this id in a data and if it is correct it adds the row of data that contains the same data, so you can basically say a search tool but doesn’t show any info until the input is correct

You want to build a search system, but save in real-time the data that is shown? Is that correct?

I am not sure i understood what you meant by save data in real time, anyways what i meant is a search button yes, but it doesn’t show any data other than the row of data that contains the exact id written by the user, and after that the data row is saved in his page whenever he comes back to the website

First of all, you need to map your input to a basic text column. Then, create a relation column using that input column and the target table column. It will show the single relation when the id in your input match your row in the target table.

1 Like

is it possible to make a vid about the steps? bc I am still not very good with using the website

also when i choose an action for my button, there isn’t a basic text option and for the relation how can I create it? i tried searching “relation” in components tab but nothing showed up.