How to convert a string to a currency format?

Hello,
I get an information from excel cell and assign that to a variable like TotalAmount this variable might be 12.229,96. I want to write this to another page as 12.229,96 format.
But when I use the type into activity it writes the number as 12229,96
How can I add dots to this variable every time?
Thanks.

Hi @makboga ,
Give a try to format value activity
image

I am also sending a sample workflow for reference.
Currency.xaml (5.3 KB)

Thanks & Regards,
Shubham Dutta

String to currency format

CDate(DateVaribale)

It worked thank you

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.