AIRTABLE SCRIPTS

A Library of Community Generated Code for the Scripts Block

Creating Projects/Tasks From Templates

by Giovanni Briggs

This script will ensure that the dependencies between the task templates are maintained when creating the tasks for a new project.

View

Rank Descending and Update Field

by Adam C

Ranks your data in descending order based on a field you select, and updates a field you select with the ranking number

View

Rules Based Tagging (Multiple Select)

by Victoria Plummer

Use this script to replace using a formula to tag data.

View

Find the Earliest Date Across Multiple Date Fields

by Victoria Plummer

This script allows you to find the earliest date in a record that has multiple date fields.

View

Create recurring orders

by Kasra

This script will go through recurring orders and create a delivery record for each day that an order should repeat. 

View

No-Conflict Appointment Scheduler

by Kamille Parks

This script allows you to schedule same-day appointments assuming those appointments don’t overlap.

View

Find & Replace Text

by Jonathan Bowen

This script serves as a Find and Replace function.

View

Recurring Events

by Cordellia Yokum

Create repeating events from existing events.

View

Helper Functions for getting Record Information

by Kuovonne

These two helper functions are designed to make future access to cell values more accessible to other parts of a script by turning cell values into object properties.

View

Batching Function

by Jeremy Oglesby

This function returns either an integer equal to the number of records that were processed by the function (this is the case for the ‘Update’ and ‘Delete’ paths), or an array of the recordId’s of the new records created by the function.

View