.length() function in microflow

0
In JAVA there is a function were you can determine the length of a string value. Is this also possible with microflow?
asked
1 answers
0

yes, you can create a simple variable as an activity in your microflow and in the variable you can use the "control" + "space" combination and then search for length

 

The function length() will give you the length of the string value specified as a parameter

 

Length | Mendix Documentation

answered