Hi friends, I am trying to build a data table with 4 columns namely Name, Name URL, Description and Location. I am trying to add the data after few filters. So can anyone guide me how can I add the data individually in the respective columns and rows(increasing by one for the next loop run). Please check the image below.
1.After getting data from website…Create int variable…Count and and assign… Count=2
2.In excel application scope you can use write cell activity…and give range…“A”+count.tostring…for your name variable…
3.After that increment your counter… count=count+1