I am capturing a value using ‘Get Text’ and assigning as a string (in the example i captured “02”) . i simply need to convert to a integer have have been using an ‘Assign=Convert.Toint32(“trim”)’. I keep getting the following error
“Assign: input string was not in correct format”.
I have even tried to remove the leading zero (that’s why you see the “trim” in the screen shot) but i get the same error with 02 or 2.