Skip to content
#

airtable

Here are 415 public repositories matching this topic...

GV14982
GV14982 commented Oct 29, 2020

We should add support for a filter formula string or query on the update methods, so it doesn't have to be done by ID.

Something like:

asyncAirtable.update('table', {
  where: "{name} = 'Graham'" // This is just a standard filter formula string, and will need to be updated when we build the query builder too, so we don't have a fragmented user experience
  fields: {
    hung
enhancement good first issue low Priority

Improve this page

Add a description, image, and links to the airtable topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the airtable topic, visit your repo's landing page and select "manage topics."

Learn more