I have a search function that works fine for my Airtable database. I only have one table in the database as for now.
But I will need alot of tables since I am working on a inventory app
Can I use a function to create a loop that loops through every table when the user clicks search?
This is the setup so far
@robert.lundelli4pcye It is not possible to use a function because you can’t set the table names dynamically.
You could use Web API blocks or use the existing blocks multiple times.