add_select_options
Add new options to a single-select or multi-select column in a SeaTable table. Use this before writing rows that contain option values not yet defined in the column.
Instructions
Add new options to a single-select or multi-select column. Use this before writing rows with option values that do not exist yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Target table name | |
| column | Yes | Name of the single-select or multi-select column | |
| options | Yes | Array of options to add |