Most recent version: v1.2.0
Learn more about this Action in this article.
Released on 05/23/2025
New operations added:
Natural logarithm
LN(field)
Logarithm with given base
LOG(base, field)
Exponential function
EXP(field)
Constant π
PI()
Trigonometric functions (in radians)
SIN(field)
COS(field)
TAN(field)
Inverse trigonometric functions
ASIN(field)
ACOS(field)
ATAN(field)
Hyperbolic functions (in radians)
SINH(field)
COSH(field)
TANH(field)
Inverse hyperbolic functions
ASINH(field)
ACOSH(field)
ATANH(field)
Degrees/radians conversion
DEGREES(field)
RADIANS(field)
Released on 10/15/2024
Support operations module and power.
module
power
Released on 09/18/2024
Operations involving nil event fields will not cause the event to go to the error port, instead, the result of those operations will be nil.
Released on 12/22/2024
Initial version.
Last updated 29 days ago
Was this helpful?