smartsuite_append_smartdoc_content
Append markdown content to a SmartDoc field without replacing existing content. Requires readwrite or admin mode.
Instructions
Append markdown content to a SmartDoc field. Requires readwrite or admin mode. Does not replace existing content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to execute | |
| content | Yes | Markdown content to append | |
| recordId | Yes | The record ID | |
| fieldSlug | Yes | The SmartDoc field slug | |
| applicationId | Yes | The application ID |