Run on multiple records
This method processes each record in a table or view individually, making it ideal for bulk data operations.Set up multiple record processing
- Click the + button in any compatible input field to open the table reference modal.
- Select the Table and Field you want to reference from the dropdowns.
- Under Run for every record in view, select the view containing the records you want to process. Do not select an individual record.
- Click Confirm.
Configure advanced settings
The Run on Multiple Records table and view are automatically set based on your selection, but you can modify these settings:- Click ▶ Advanced settings to expand the advanced options.
- Under Run on Multiple Records, select your desired table and view. The table must match the one referenced in your inputs.
Continue through errors
When running on multiple records, you may want the request to continue running through errors. You can enable this by selecting Continue through errors under Error Handling.Use a single cell value
This method pulls a value from one specific cell, perfect for dynamic values or configuration settings.Set up single cell reference
- Click the + button in any compatible input field to open the table reference modal.
- Select the Table and Field you want to reference.
- Select the specific record containing the cell value you need.
- Click Confirm.
Use dynamic values with formula fields
For values that change over time (like current dates), create Airtable formula fields and reference them using the single cell method. Example: Using the current date and time Let’s create a dynamic timestamp in the format2023-03-22 12:00:00.000:
- Create a new table in Airtable called “Config” to keep things organized.
- Delete all records except one.
- Create a formula field called “Date today” with this formula:
- Create a single cell reference to this formula field in your request.