Nanoflow log message with integer

1
Hi, I try to get the value of an integer in a nanoflow. Since debugging is not working in a nanoflow I try to show the value of an integer in the log. I try to add a parameter toString(integer). But this gives an error 'Unknown function toString'. How can I solve this problem?  
asked
2 answers
8

Hi Steven,

Good finding, toString is definitely a function that should be supported in nanoflows. You can upvote an existing idea or create your own.

For the time being, you can use as a work-around this solution:

answered
1

A subset of the microflow expressions can be used in nanoflows right now, see also: https://forum.mendix.com/link/ideas/656

answered