REPEATABLESUM
Return the sum of a specific numeric field across multiple repeatable items
Parameters
repeatableVariable
Object (required) - The repeatable field variable
dataName
String (required) - The data name of the field to extract from each repeatable item
Returns
Number - The sum of the dataName
field within each repeatable item
Examples
REPEATABLESUM($repeatable_field, 'cost')
// returns 6
Updated about 1 year ago