Problems with DataTable.Rows

I want the robot to write a column (the Commercial column) of data in a textbox, can someone tell me the syntax? Thank you.
Greetings.

Hi @Chris_Herrera

USE for each row in datatable and inside the body of the loop use type into activity and use an expression like currentrow(“yourcolumnname”). ToString

Regards

1 Like

Hi,

Can you modify it to the following?

TableDatosExcel.Rows[NumerFila]["Comercial"].ToString()

Regards,

1 Like

thanks that was the solution.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.