write_cells
Write values to specific cells in an Anaplan module to update model data directly through the Integration API v2.
Instructions
Write values to specific cells in a module
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Anaplan workspace ID | |
| modelId | Yes | Anaplan model ID | |
| moduleId | Yes | Module ID | |
| lineItemId | Yes | Line item ID to write to | |
| data | Yes | Array of cell values to write |