DescriptionParses anything into text. Numbers are treated as strings in objects and lists to support precision.Available InAppsAutomationsSyntaxTOPLAINTEXT(n: any) => TextExampleTOPLAINTEXT([7.14,9.7]) = ["7.14","9.7"]