-
Updated
Jul 18, 2021 - JavaScript
airtable
Here are 328 public repositories matching this topic...
-
Updated
Jul 26, 2021 - Vue
-
Updated
Jul 26, 2021 - Python
-
Updated
Feb 10, 2021
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Apr 17, 2021 - Ruby
-
Updated
Jul 11, 2021 - JavaScript
-
Updated
Oct 24, 2019 - JavaScript
-
Updated
May 27, 2021 - Vue
-
Updated
Apr 3, 2019 - JavaScript
-
Updated
Apr 9, 2021 - Python
-
Updated
Jun 5, 2021 - Java
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
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
-
Updated
Apr 20, 2021 - Python
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
Sep 19, 2018 - JavaScript
Improve this page
Add a description, image, and links to the airtable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the airtable topic, visit your repo's landing page and select "manage topics."
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