SampleTable
Provides a randomly selected sample table from a random Airtable base, containing a range of field types to demonstrate different column configurations and data formats.
Columns
| Name | Type | ReadOnly | Description |
| Internal_Id [KEY] | String | True |
The unique identifier automatically assigned to each record in the sample table, used to reference the record in API calls and integrations. |
| CreatedTime | Datetime | True |
Timestamp specifying when the field was created. |
| Name | String | False |
A single-line text field containing the name or label for the record, often used as the primary way to identify it within the table. |
| Number | Double | False |
A numeric field that stores integer or decimal values, which can be used for calculations, metrics, or other quantitative data. |
| MultipleSelectTypeColumn | String | False |
A multi-select field that allows choosing multiple predefined options from a set list, useful for categorization or tagging. |
| AttachmentTypeColumn | String | False |
A field designed to store one or more file attachments, such as images, documents, or other media files, which can be viewed or downloaded directly from the record. |
| CollaboratorTypeColumn | String | False |
A collaborator field that assigns one or more Airtable users to the record, often used for task ownership, responsibility tracking, or collaboration purposes. |
| BaseId | String | True |
The Id of the Airtable Base where this table exists. |
| TableId | String | True |
The Id of this table. |