How to input data from excel to form if there are repetitive fields?

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

  1. Use Excel
  2. For each excel row
  3. Select item
  4. Type into the name

Example page:

Example excel:

Example activity:



Thanks Guys

Regards,
Raden Bayu H.

For Output error warning

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