Airtable - Get record action

The Get record action fetches an Airtable record you specify.

Get record actionGet record action

Input

Input fieldDescription
BaseThe database from which you plan to fetch the record.
TableThe name or ID of the table from which you plan to fetch the record.
Record IDThe ID of the record you plan to fetch. You can find the record ID in Airtable by clicking the record and copying the ID from the record URL. The record ID is located at the end of the URL. For example, if the URL is airtable.com/app123456789/tbl987654321/viw87654321/recJFjhekzhN0VWxB, your record ID is recJFjhekzhN0VWxB.

Output

The output for this action is returned in a table with the following columns:

Output fieldDescription
IDThe ID of the record fetched. For example: recJFjhekzhN0VWxB.
Created timeThe timestamp of when the record was fetched. For example: 2024-01-30T17:33:54.000000+00:00.
NameThe name of the record fetched.

Last updated: