FPL Stream (v1)Data ProcessingUtility FunctionstoStringOn this pageV1 - Utility Functions - toStringtoStringtoString(number)Return a copy of the input number that is converted to string. Examplefunction example() { search {from="-8h"} sContent("@tags","fpl-example-data") let {id} = f("@fields") let id_string=toString(id)}stream demo_table=example()