Is there way in node js airtable module to query on field Ids and field names, if there is no field Id present in the table , then it should look over the field names provided in the code.
For Example , I am looking for field whose name is "event Id" and the field Id is of the same field is "fldtu2298482hs" .. I would include my field Id in the select statement and if my field is not found in the table , the select query should fall back on the field name "event Id"