Enter data from DataTable

Hello,

How to enter data from DataTable rows, without using “for each row”.
Thank you in advance.

Best,

@Maryem_Karoui Can you explain in a bit more detail as to what you want to do actually? :sweat_smile:

You can use “While” or “Do While” activity.

1 Like

Sure! I want to enter the data for each row from a table. I used "Dt_Table.Rows(RowNum).Item(0) but it didn’t work

You tried this below code, @Maryem_Karoui
Dt_Table.Rows(RowNo.)(ColNo.) ?

Thank you yet I still get an error unfortunately.