wecom_smartsheet_add_records
Add rows to a WeCom Smartsheet by sending a list of {column_name: value} dictionaries. Cell format conversion is handled automatically — no manual formatting needed.
Instructions
Append rows to a smartsheet. Each record is a plain {column_name: value} dict — cell format conversion is handled automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Smartsheet URL | |
| docid | No | Smartsheet docid | |
| sheet_id | Yes | Sheet ID | |
| records | Yes | List of {column_name: value} objects |