Hi! I have an excel VBA tool and I’m inclined to use Airtable as the tool’s back-end database (db). Based on the user’s input text (string), I’m looking for Airtable API that will loop through all fields and return if text is present in the db, else return NULL.
Now, I’ve looked at the Airtable GET API documentation but the request parameter is based on recordID, so that doesn’t suit my requirement.
However, it looks like can work with filterbyformula.