Dear Guys,
How to robot fill data from excel repeatedly with the following case conditions
If there is more than 1 row, the robot will add data by clicking the (+) icon on the form.
I have created an activity
- Use Excel
- For each excel row
- Select item
- Type into the name
Example page:
Example excel:
Example activity:
Thanks Guys
Regards,
Raden Bayu H.
Hi Raden Bayu,
It looks like the Select Item ‘Buyer’ found multiple similar elements after the robot clicked the + button to add a new row.
Kindly use UI Explorer and find any tag for a row (eg: tableRow, rowIndex, etc). Then, edit the value of the tag with variable (eg: int_rowIndex), and change the variable (int_rowIndex) with the current row index from the For Each activity.
Regards,
Azeem