Hello,
Im using Assign activity to convert a string to double the string is like -3000.00 or 150.65 the program successfully coverts the string to double in my Test.xaml but the same code gives error in my production xaml file any idea why is this happening
Also sometimes when I’m reading data from excel and converting to double the code round off the numbers after two characters
ex: 17850.56 will be rounded off to 17000.00 this is very weird
Rounding off happens randomly on any 1 or 2 random rows in my excel
then when i re run my project it doesn’t round off values
TIA