Dynamic Component supported operators
Last updated: dub 11, 2026•1 min read.
Following is a list of all operators supported in dynamic component formulas.
+ (add)
- (subtract)
* (multiply)
/ (divide)
< (less than)
> (greater than)
<= (less than or equal to)
>= (greater than or equal to)
= (equal)
() (parentheses)
<> (not equal to)