Help
Stefan_Kunz
6 - Interface Innovator
6 - Interface Innovator
since ‎Feb 13, 2017
‎Nov 29, 2022

User Statistics

  • 16 Posts
  • 0 Solutions
  • 6 Kudos given
  • 5 Kudos received

User Activity

Dear Airtable scripting community, is it possible to share commonly used functions between different blocks of the same database? Currently I use different script blocks for different purposes and would like to avoid duplicating code between them. Is...
Dear Airtable community, I have the following use case: inside my Airtable DB I have an image table holding about 9000 records whereas each record has an attachment field (among other fields) holding a single image of a certain resolution. I would no...
Hi, is there a way to check the validity of a URL from a record? I would consider a URL to be valid if it is reachable and does not lead to a 404 error. Using Google I have seen examples as the following: var request = new XMLHttpRequest(); request...
Hi, I’m looking for a way to query the “line number” (based on the current manual sorting of a table) when iterating over the records. I don’t have a table column which reflects the actual sorting so I can’t use a column as sort criteria with selectR...
I would be interested to know whether there is a possibility to synchronize between two versions of a base. My use-case is as follows: I would like to have a stable RELASE version of a base to which users have access through the API (with a defined A...