like this! ↓ ↓ ↓ ↓ ↓ ↓
I want to use Item.ItemArray() to get every item in each row, but I don’t know how many items will be in each row…
like this! ↓ ↓ ↓ ↓ ↓ ↓
I want to use Item.ItemArray() to get every item in each row, but I don’t know how many items will be in each row…
Give item.tostring() in write line or message box
name = row(“Name”).tostring.count
To get count of columns, no need to use for each row. In writeline, just give the below code.
TestTable.columns.count.tostring
If you just need to see all the values in datatable, Use output datatable activity.
Got it.