changedInput schema / properties / data / description
Previous value: -"Array of cell values to write"New value: +"Cell values to write. Supports both ID-based and name-based targeting."
removedInput schema / properties / data / items / properties / dimensions / additionalProperties
Removed value: -{
- "type": "string"
-}
changedInput schema / properties / data / items / properties / dimensions / description
Previous value: -"Dimension member names keyed by dimension name"New value: +"Dimension coordinates (use IDs or names)"
addedInput schema / properties / data / items / properties / dimensions / items
Added value: +{
+ "properties": {
+ "dimensionId": {
+ "description": "Dimension ID (from show_lineitem_dimensions)",
+ "type": "string"
+ },
+ "dimensionName": {
+ "description": "Dimension name (alternative to dimensionId)",
+ "type": "string"
+ },
+ "itemCode": {
+ "description": "Item code (alternative to itemId/itemName)",
+ "type": "string"
+ },
+ "itemId": {
+ "description": "Item ID (from show_dimensionitems)",
+ "type": "string"
+ },
+ "itemName": {
+ "description": "Item name (alternative to itemId)",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
removedInput schema / properties / data / items / properties / dimensions / propertyNames
Removed value: -{
- "type": "string"
-}
changedInput schema / properties / data / items / properties / dimensions / type
Previous value: -"object"New value: +"array"
addedInput schema / properties / data / items / properties / lineItemId
Added value: +{
+ "description": "Line item ID (from show_lineitems)",
+ "type": "string"
+}
addedInput schema / properties / data / items / properties / lineItemName
Added value: +{
+ "description": "Line item name (alternative to lineItemId)",
+ "type": "string"
+}
addedInput schema / properties / data / items / properties / value / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ }
+]
removedInput schema / properties / data / items / properties / value / type
Removed value: -"string"
removedInput schema / properties / lineItemId
Removed value: -{
- "description": "Line item ID to write to",
- "type": "string"
-}
changedInput schema / properties / modelId / description
Previous value: -"Anaplan model ID"New value: +"Anaplan model ID or name"
changedInput schema / properties / moduleId / description
Previous value: -"Module ID"New value: +"Module ID or name"
changedInput schema / properties / workspaceId / description
Previous value: -"Anaplan workspace ID"New value: +"Anaplan workspace ID or name"
changedInput schema / required
Previous value: -[
- "workspaceId",
- "modelId",
- "moduleId",
- "lineItemId",
- "data"
-]New value: +[
+ "workspaceId",
+ "modelId",
+ "moduleId",
+ "data"
+]