smartsuite_add_layout_section
Add a labeled section to a SmartSuite record-view layout to group related fields together.
Instructions
Add a section (a labeled grouping) to an application's record-view layout. Requires readwrite/admin mode AND SMARTSUITE_ENABLE_SCHEMA_WRITE. A section groups the fields that follow it (until the next section) in the record detail view. By default edits the top-level layout; pass tabId to edit a specific tab's layout when tabs are enabled. Place it after a field with afterField (the section appears just after that field; fields after it fall under the section), or omit to append at the end. Dry-run preview unless confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Which layout to edit when tabs are enabled (REQUIRED then): a tab id, "all" for every tab, or "top" for the hidden top-level layout. Omit only when tabs are disabled. | |
| title | Yes | Section title. | |
| hidden | No | Hidden section (default false). | |
| confirm | No | Must be true to apply (default false = preview). | |
| collapsed | No | Start collapsed (default false). | |
| afterField | No | Optional field slug to place the section after (default: append at end). | |
| description | No | Optional section description (plain text; blank lines start new paragraphs). | |
| applicationId | Yes | The application (table) ID. |