🧮 To begin, add the 'Mobile Math Calculator' element to your page from the Visual Elements panel. Note that this element is
not visible on the page itself; it only performs calculations.
✨ You can now customize the calculator's properties in the element inspector.
How to Use1. In the properties of the element, set the
Expression field by building a text that forms a valid mathematical expression.
2. This expression can include operators like +, -, *, /, ( ) brackets, and more. The expression can also include data from dynamic sources. For example,
'(Current User's age + 10) / 2' is a valid expression that will use the dynamic value in the calculation.
3. The plugin will automatically evaluate the expression. You can access the results through the element's exposed states:
'Number Result' and
'Text Result'.
4. Use the
'Result is Ready' event to trigger a workflow as soon as a new result is calculated. You can also use the
'An Error Occurred' event to handle cases where the expression is invalid. The
'Error Message' state will contain details about the error.
See how it worksWe encourage you to take a look at the demo and editor page to see how the plugin works.
Click on the buttons below to check the
MOBILE demo and editor
