This query returns a list of every time a new record is created in a table. You can optionally configure it to only fire when a record appears in a specific view.
API endpoint slug
airtable.history_of_records_created
Runtime method
performQuery("airtable.history_of_records_created"}
Query fields
Label
Which base?
Slug
base_id
Required
true
Can have default value
false
Label
Table name
Helper text
Fire when a new record appears in this table.
Slug
table_id_or_name
Required
true
Can have default value
true
Label
View name
Helper text
(Optional) Only fire when a record appears in this view. Learn more
Slug
view_name
Required
true
Can have default value
true
Label
Sort field
Helper text
(Optional - Advanced) Sort your records by a specific field. Learn more
Slug
sort_field
Required
true
Can have default value
true
Ingredients
Slug
record_url
Filter code
Airtable.historyOfRecordsCreated.RecordURL
Type
String
Example
https://airtable.com/
Slug
created_time
Filter code
Airtable.historyOfRecordsCreated.CreatedTime
Type
Date (ISO8601)
Example
2020-07-07
Slug
record_json
Filter code
Airtable.historyOfRecordsCreated.RecordJson
Type
String
Example
{"Name": "Buy milk", "Important": true}
Slug
record_name
Filter code
Airtable.historyOfRecordsCreated.RecordName
Type
String
Example
Buy milk
Slug
record_id
Filter code
Airtable.historyOfRecordsCreated.RecordId
Type
String
Example
rec12345678901234