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.
I would like to know whether it is possible to get the value of a Record Function when posting a request.
I get that you can use these record functions such as RECORD_ID() or LAST_MODIFIED_TIME() in a filter formula to perhaps do something like this:...
I am working with the Airtable API in GoLang and I am using this client.
I have 150 records. I am trying to fetch the first 50, then next 50 and so on.
I do this by sending the following HTTP request (with the help of the client):
/v0/appXXXXXXX/tblX...
Hey there! I am trying to stream data from an Airtable base to a local file.
I am working in go and using this client airtable package - github.com/mehanizm/airtable - Go Packages
I want to be able to detect whether a record has been modified, withou...
Thanks for the reply!
Unfortunately I am trying to write a program for other users, and it would be a bad user experience to ask them to add a “last modified time” field for every table they want to transfer data from.
I want them to simply have to ...