Skip to content
#

airtable

Here are 328 public repositories matching this topic...

Sree-NJ
Sree-NJ commented Mar 8, 2020

Hi
I am getting an error like this, i am trying to attach a URL pulled from google cloud.

HTTPError: 422 Client Error: Unprocessable Entity for url: https://api.airtable.com/v0/appgg2Dz6pmuRMwiQ/PO/recXVxnFpSBlYCqzw (Decoded URL) [Error: {'type': 'INVALID_ATTACHMENT_OBJECT', 'message': 'Invalid attachment for field Invoice PDF: parameters must be objects, not strings'}]

Please help,
Tha

benrmatthews
benrmatthews commented Jul 28, 2020

One feature that is not yet implemented is similar orgs.

The feature would show users similar organizations so that they could easily jump to other companies.

The biggest challenge is that often companies are in many sub-categories so we would have to say "Similar" companies instead of the category label. And we'd have to draw from many categories when making the list.

Either way, it migh

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

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