The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
We are using airtable as a database for some of our raw materials. However, when we receive a raw material order we have to fill out this PDF document for compliance with regulations. I can add the form to a record as an attachment, but the form is n...
Inside of my Airtable base I have two fields that log the timestamp when certain fields are updated like this:
From there I take the two timestamp fields and calculate the difference, the calculations reveals the time different for a product to move...
I am using the Airtable Python API
With the following code I get a successful response, minus the API key I removed.
*from airtable import Airtable*
import os*
table_name = ‘PeachTree 903’;*
base_key = ‘app9F0yiPo2kvFBsA’;*
api_key = ‘’;*
airta...
Code:
I did remove api key. I also took your advice and removed the space from the table name.
PS I did place code in original post, but looks like formatting got messed up and confusing.
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.