Hello!
I have a number as string “12,548,345.75” and I want to check how I can convert this to a number. Format function throw me some error unless i remove the comma in my string.
My goal is to multiply this string value to a static number.
Flow would also try to automatically assign type to a variable so multiplication should work even if you don’t do val() but just do replace() (but i guess if you wanna be sure its a number…then val() it! )
Also if you want an integer value out of it then you can use Round()