Can not fill data frome second row from excel to website

Main.xaml (80,7 Ko)
Hi everyone,
I’m trying to copy my data from the Excel file to a web page . Then the robot run the workflow and copy the entire first line correctly on website and stops. could someone help me and tell me what could cause this stop?
Thank you in advance

@Mehdi_KAMALI_FR,

Check how may rows are being read in variable DT_Add_Team. There could be possibility, Read Range is only reading first row that’s why it’s iterating once and exiting the loop.

Add one log message befor For Each Row in Datat Table activity to log number of rows available in DT_Add_Team

DT_Add_Team.RowCount

Thanks,
Ashok :slight_smile: