


:max_bytes(150000):strip_icc()/commas-to-separate-email-recipients-1173680-2-945e49017a354028aa3e0d28825e2170.png)
Last(split(string(variables('myFloat')), '.')), Uses variables('myFloat') to represent the number you want to format for currency. Here's an expression to format a float less than 1 million into a string for currency (not including the dollar symbol) with a thousands separator and 2 digits after the decimal.
