Hello,
I need to take data stored in Excel files and populate (copy and paste ) the data into web forms, submit the form then loop through the enitre process until I have gone through the entire Excel file.
So the Excel file will have a variable number of rows but always 3 colums of data per row.
I then need to:
1) login to the site (TextBroker.com),
2) Navigate the site to get to the correct forms
3) Insert the data from Excel into the correct form field (there are two form fields, column 1 data goes into form1 and column 2&3 data goes into form 2)
4) submit the form
5) do the entire process over again
It seems it would be easy to create a job that would navigate through the Textbroker.com site and that I would just need to add some kind of code/variable that would read from the Excel file and loop through the data correctly inserting the data into the correct form fields.
Then I would need to somehow loop the part of the job that navigates to the forms so I can populate the next set of date from Excel
I just have no clue how to handle the Excel part, where/how to insert that functionality into the job and how to loo p the required steps.
Hopefully this makes sense.
Thanks for the help!


Hello Jeremy,
Please check the 2 blog posts about how to use data from Excel in WinAutomation:
http://winautomation.com/blog/using-data-excel-part-i
http://winautomation.com/blog/using-data-excel-par...
I hope that this will give you an idea about how to automate the task that you described.