AIRTABLE SCRIPTS

A Library of Community Generated Code for the Scripts Block

Detect Scheduling Conflicts

by Jeremy Oglesby

This script was written to be used with the “Event planning” Airtable template to detect overlapping start and end times.

View

Saving images from Unsplash

by Jonathan Bowen

The script saves the images from Unspalsh, the image link, the photographer’s name and the search term you entered.

View

Set Defaults

by Openside

With this script, every time you create a record in your base table, it will automatically add the data you set as a default. You will not have to manually enter the information. It will also add the data to records already created if you need to add or change previous records.

View

Field Tweaker

by Bill French

After importing data, it’s not uncommon to want to clean up and normalize data values, especially text fields that may have all types of inconsistencies. This is where the Field Tweaker script block can help.

View

Enhanced Content Calendar

by Openside

Using this script with the Content Calendar Template, you will be able to do some common tasks with managing your content calendar, including creating and managing your calendar.

View

Meta Definition

by Openside

Something very often requested is the ability to extract the meta information of a base/table to be used for external use. Now, with the new scripting block, that information can be extracted and shared outside.

View

Helper Functions for Full Record Data

by kuovonne

In the scripting block, in order to get cell values from the records returned by the selectRecordsAsync() method, a script must use the getCellValue() method.

View