I am getting an error message - Value "xxx" is not a number value.
I am using an evaluate statement to find a mod of a number
I am than using an IF Then to compare the evaluate result to more or equal to 1. I tried using compare as number and that give the above number.
I then tried as string it does not error but every line is being processed not what I wanted.
I see variables are handled as strings in RoboTask. How do I perform the number comparison in Robotask?
Thank you,
Rob
If then
Re: If then
This error means that sometimes the value of variable is not a number.
When RoboTask tries to convert the value from string to number it get this error.
Anyway I can say nothing more without the task. Probably you made some mistake somewhere in the task.
When RoboTask tries to convert the value from string to number it get this error.
Anyway I can say nothing more without the task. Probably you made some mistake somewhere in the task.
Oleg Yershov