Object to String
Sometimes, for debugging purposes, you may want to display all the contents of an Object in a Text component. However, Text components can only be linked to variables of type String. In this case, you can convert the Object into a String using the following method:
Calculation > New Command > Command Type: Logictype, Command: To String
Connect the Object to the input of the command, and link the output to a String variable.