List functions iterate over a list, evaluate a condition or statement, and return a value. Each function serves a unique purpose.
listCount
Counts the number of iterations where the condition evaluates to "true."
listMax
Returns the result of the iteration with the largest value.
listMin
Returns the result of the iteration with the smallest value.
listProduct
Calculates the product of all evaluated values across iterations.
listSum
Returns the sum of values from a specified field across all iterations.
listUnique
Verifies that responses, such as text inputs or autoothers, are distinct for each table row or list iteration.
listVar
Calculates and returns the variance of evaluated values across iterations.
listWhich
Returns either the first iteration or all iterations where the condition evaluates to "true." Outputs can include list IDs, text, or other related data.
Comments
0 comments
Please sign in to leave a comment.