T
Typebot4d ago
brsa

How to format a formula result variable as currency

Hi! Alex here. I'm trying to format a formula result as a currency format, but no success. Could you help with this formating? Best
No description
1 Reply
Baptiste
Baptiste3d ago
Try
new Intl.NumberFormat("en-US", {
style: "currency",
currency: "USD",
}).format({{numbe}}/{{mes}})
new Intl.NumberFormat("en-US", {
style: "currency",
currency: "USD",
}).format({{numbe}}/{{mes}})

Did you find this page helpful?