Sum/Multiply Items in List
Multiplication or addition of list items.
Perform multiplication or addition operations on items within a list.
Overview
The Sum/Multiply Items in List feature enables performing arithmetic operations (addition or multiplication) on items in a list. This can be useful for aggregating numerical values or calculating totals.
Inputs
Name | ID | Description |
---|---|---|
List | list | The input list of items. |
JSON Path | path | The JSON path pointing to the value (e.g., order.price ) or leave blank for a list of numbers. |
Operation | operation | The arithmetic operation to perform: multiplication or addition . |
Outputs
Name | ID | Description |
---|---|---|
Success | success | Boolean indicating whether the operation was successful. |
Result Value | result | The computed result of the operation. |
Notes
- Ensure the JSON path provided is valid if the list contains objects.
- If the list contains raw numbers, leave the JSON path blank.
- Action ID for this operation:
d504554f-f3cd-4e59-9886-a10891c52edb
.
Updated 29 days ago