Hi,
Does anyone know what the first parameter is for the find function.
Here is my example i found from the api docs
base(‘Clothes’).find(‘recHCaksbNTrZKM2g’, function(err, record) {
…
Many Thanks
Ok, but how do would I get the ID of the record, i have seen that there a list records process (see below) but how do I get the I from this ?
var Airtable = require('airtable');
var base = new Airtable({ apiKey: 'YOUR_API_KEY' }).base('app1mjrfgjv0R...