Instructions
Drag the Number Detector element onto your page (it is non-visual, so it won’t display anything directly).
In the element properties, set the Number field (e.g., link it to Input A’s value).
Use the exposed id in your app:
result_text → shows "Even" or "Odd".
is_even → yes/no (true if number is even).
is_odd → yes/no (true if number is odd).
(Optional) Run workflows using the When Checked event, which triggers every time the plugin evaluates a number.
Display the result in a text element by setting it to: Number Detector A's result_text