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

NameIDDescription
ListlistThe input list of items.
JSON PathpathThe JSON path pointing to the value (e.g., order.price) or leave blank for a list of numbers.
OperationoperationThe arithmetic operation to perform: multiplication or addition.

Outputs

NameIDDescription
SuccesssuccessBoolean indicating whether the operation was successful.
Result ValueresultThe 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.