I am trying to use AirTable as part of a node.js app to lookup users. Here is how it should work:
The table has multiple columns, including one for ID.The API looks up the user ID by listing all and filtering by ID.If there is no record found for the...