Format
This Flow Script tutorial explains how to use the Format function with syntax and examples.
Last updated
Was this helpful?
Was this helpful?
Format(0.33333333, "F")
Result: 0.33
Format(0.33333333, "F4");
Result: 0.3333
// Flow 6.14.3
Format(1000, "C", "en-US");
Result: $1.000