Hi UiPath,
Let say I have the datatable below:
JOB ID
141231
222315
241516
How can I loop through this datatable using a flow chart activity without using a for each data table activity?
Hope my question make sense
Thanks!
Hi UiPath,
Let say I have the datatable below:
JOB ID
141231
222315
241516
How can I loop through this datatable using a flow chart activity without using a for each data table activity?
Hope my question make sense
Thanks!
int_var < dt.RowCountdt.Rows(int_var)("Column")cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.