So, i have this problem where i have to complete a web form with data of an excel file.
How can i do this? Example i have an excel file with a lot of information there but i just need to use 4 Columns to fill the form, i have column A with items code / Column B with Item Prices / Column C with shipping information and Column D with order Name…I need to fill the form with these information but the problem is that i have to do the same task with 10 different items in the same form and thats what i dont know how to do it.
You can use Filter Data Table activity to filter the data and the use For Each Row and in the scope of for each you can invoke the workflow through which it can fill all the data in webpage.
hello @AlanSmill
you can fill the form through iterate number of rows (in your case i.e 10) when one iteration is completed then navigate the same page using navigate activity then the second iteration and so on.
Hope it will help you.
yes @AlanSmill variables are good … you moving well after that fill the form with declared variable for each row as suggest by @Jan_Brian_Despi then complete web form.
So its working but its having a problem where when it finish completing the form it goes over and over again doing the same like: Open again the browser/loggin/fill the form with only one row of the excel file then do the same filling the form with the second row etc etc
make sure open browser activity not under for each activity and scope of variable access out side of for each.
this could be the reason for open browser again and again for each row