Hi Community,
If I have a "text input" and a "data table", can I filter this based on what is written in the "text input"?.
Thanks,
Francisco

Hi Community,
If I have a "text input" and a "data table", can I filter this based on what is written in the "text input"?.
Thanks,
Francisco
Hi @Francisco77 ,
You can try this
Filter(YourDataSource, YourColumnToSearch in TextInput1.Text)
If you find this answer helpful, please consider accepting it. 😊