Can anyone suggest the way to sort out… below
I tried Number to string conversion and addition of number
My expectation addition of 0.30+1 = 1.30
but getting output as 0.30+1 as concat the value
Can anyone suggest the way to sort out… below
I tried Number to string conversion and addition of number
My expectation addition of 0.30+1 = 1.30
but getting output as 0.30+1 as concat the value
Hi
I would recommend doing the arithmetic operation before converting the variable to String. String variable storing the value in text format where the arithmetic operations will not work.
Hence, use the Number → Add action to do the addition and later convert the result into String.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.