Hi support,
I have used the the template engine with the following code:
${if(statusconvert == -1)} etc.
This did work in older versions.
But now with version 19.3.59 the engine fails and only the name of the template is shown.
Conditions with positive values work, like
${if(statusconvert == 1)} etc.
In my datastore the value is set as
"statusconvert": 0,
So the type is integer.
What can I do?
Regards
Stephan