I have read the data in each cell from a particular column in excel and searched in the web and retrieved the required information using get text and now i want them to be fed in to the same excel in a different column. i have use write Cell activity to capture the data in column C. However, data from get text not coming next to the link i have running. Please help.
Hi
welcome to uipath community
kindly check once whether GET TEXT ACTIVITY is giving out output
for that use a write line activity and pass the output variable of GET TEXT activity as input here, so that we could see in the output panel whether it has any value or not
Great
so we would be able to assign them to the excel either with
–a for each row loop and passing the datatable obtained from read range as input
–inside the loop use a assign activity and mention like this row(“yourcolumnname”) = gettextvariable.ToString
OR
we can use WRITE CELL activity and pass the gettext variable as input
@Palaniyappan,
i am using the Write Cell activity and pass the GET TEXT variable as input.
“C2” + Counter.ToString as range then used Assign activity for Counter + 1 to Counter variable (Int32).
Now problem is i am not getting the output against the URL i am running e.g. URL in column B and i want GET TEXT result in column C in same row.
I have verified the GET TEXT out put through ‘Message Box’