How to parse an object type

0
Hi, Can anyone know how to cast object to string or type cast between variables in mendixx  microflow? Best,
asked
2 answers
1

If you are looking to convert a String to an Integer have look at the parseInteger() function.

There are other conversion methods such as toString(), parseDecimal(), parseDateTime(), and others documented in the Expressions documentation.
https://docs.mendix.com/refguide/expressions      

answered
0

You can get the attribute value of the Object and pass that to toString() function, this might help

answered