quickbase_create_field
Add a new field to a QuickBase table by specifying its label, type, and optional configurations such as required status, uniqueness, or predefined choices.
Instructions
Create a new field in a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
choices | No | Choices for choice fields | |
fieldType | Yes | Type of field | |
formula | No | Formula for formula fields | |
label | Yes | Field label/name | |
lookupFieldId | No | Field ID for lookup fields | |
lookupTableId | No | Table ID for lookup fields | |
required | No | Whether field is required | |
tableId | Yes | Table ID to add field to | |
unique | No | Whether field must be unique |