smartsuite_create_application
Create a new table in a SmartSuite solution. Add fields after creation. Use dry-run to preview changes before confirming.
Instructions
Create a new table (application) in a solution. Requires readwrite/admin mode AND SMARTSUITE_ENABLE_SCHEMA_WRITE=true. Supply a name and the solutionId. The table is created with a default "Title" primary field; add more fields with smartsuite_create_field. Dry-run preview unless confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The table name. | |
| confirm | No | Set true to create; otherwise returns a dry-run preview. | |
| solutionId | Yes | The solution to create the table in. |