It seems that i am stuck in UIPath Demo in Level 3 trining and this scenario and am unable to convert string to double.
I tried using assign activity with tryParse, convert function. These don’t seem to work.
I’m trying to use invoke method, I have sight confusion for target object as to what exactly to put there.
Kindly clarify.
Thank you.
Anusha
You are trying to write a double value into the Log Message activity. The input for log message activity can only be of datatype String. Try writing a11.ToString
Hello Madhavi,
Thanks for that information. But my intention is to convert from string to double. I wouldn’t mind using a message box or anything else. I wanted to convert to double.
Could You suggest for this.