Hello! I am trying to apply an expression to a list, but having some trouble using exponents with the toolbox plugin, list item expression.
The list is: 5, 10, 15, 20
I’d like to simply execute dynamic and non-dynamic exponent functions with this list.
For example, user’s age^5 … or … 20^5.
I’ve tried both of the below, and neither seems to work.
5^value()
math.pow(5, value())
Is this possible with the List item expression plugin? @mishav