base('Test Space Request 2016').select({
view: "Main View",
filterByFormula: "({Requester Name} = 'Mo Biegel')"
}).eachPage(function page(records, fetchNextPage) {
}, function done(error) {
});
For some reason this isn’t bringing up any da...
That worked!!! Thanks man!
Not sure if I should open another question about the following: what if I want to filter by date?
filterByFormula: "({Prep Start Date} = '2016-10-24')"
That isn’t bringing anything up, there is a row that matches…
Removed main view - didn’t resolve the issueThat’s the thing - CURL is working fine, the official airtable javascript client is what is causing the trouble :slightly_smiling_face: