Functions$$longOn this page$$longConverts to integer, all decimal digits are truncated Usage​ { "$$long": /* input */} "$$long:{input}" Returns​ integer (Long) Arguments​ ArgumentTypeValuesRequired / Default ValueDescriptionPrimaryanynullValue to convert Examples​ InputDefinitionOutput"123456789.87654321""$$long:$"123456789Test"123456789.87654321""$$long():$"123456789Test123456789.87654321"$$long:$"123456789Testnull"$$long:$"nullTest"9223372036854775807""$$long:$"9223372036854775807Test