Hello,
I use Script to retrieve a value through Data Action as integer and I need to display it on field within the Script.
This field accept only string variable, my question is how to convert integer variable in script to the script ?
The function for converting to a string is just string({{var}}), not toString. (It appears this used to be documented on the MathJS website linked from the docs, but isn't currently.)