Hi,
I would like to print the whole DataRow in WriteLine activity which is within a For Each Row loop.
I’ve tried with row(0), row(1), etc. but the problem is sometimes I don’t know how many columns exist in DataTable.
What would be the best approach for printing all the records in a DataRow?