I have tried several ways but somehow they dont look clean;
I tried with making "Navigate to" read from a variable that reads from Excel but it just gets messy and does not work.
anyone can suggest some easy way to do it?
Please elaborate what you want to do.
As per my understanding, you have a Excel file with a column containing the URLs and you want to visit each one - in this case:
For Each Row
activity, providing your DataTable object.Assign
activity, and set url=row.Item("urlColumnname").ToString()
Navigate To
activiy to visit each URL.