Hi,
I use get text to read data from a web page which is "00012 " into a variable “data1”. But when I use writecell data1 I am only getting “12”. How can I fix this?
Also, I have to combine two variables data2 and data3 to writecell.
data1 = ‘00’ and data2=‘012’
When I use data3 = data1 +data2 (String variable types)
and use writecell, I am losing starting zeroes.
->Make sure that the column for which you are appending is of type string.
->Use the write cell workbook activity and give the cell value and it will write as per your requirement.
Please check the below screenshot for your reference.