I am using external database to load data from AirTable. I found out that it’s possible to filter things with formulas but is it possible to create search input field for the list?
Normal database with relationships it’s easy to create input field but this seems to be more complex.
Hi,
As a TIP already for the great answer given by @dilon_perera, you can also use “FIND” for this. The “SEARCH” will give empty if no results will be found, the “FIND” will return “0” if no results will be found. Choose your flavour
As an extra, you could apply same principle to the “field”. You could also add an input field and then more buttons, to allow the user to choose if to filter by “Name”, “Date”, “ID” and so on, and not just by a fixed defined field. Hope it was clear
PS - Don’t forget to hide the input text field from the users.