I have a webform, which contain some input boxes , need to read the data from excel sheet and should enter into that webform! The screenshot is of below of the webform,
Hi,
- Read range activity to read the excel and save it in one data table
- Use For each datatable and iterate it
- Inside for each use type into activity by indicating the first text box and type row(0).toString
- Similarly use type into activity and indiacte other text box and type row(1).toString
- Repeat the process and type the data from excel accordingly in the **type into ** activity
Thanks.
2 Likes
@sushmithaelluru From the below link download googlesignup zip file so you can get an idea
Best approach to read many fields from excel and paste /enter on webpage - #9 by indra
1 Like