Hi Team,
How to count the number of rows in a Datatable?
Thank you.
Hi Team,
How to count the number of rows in a Datatable?
Thank you.
Hi @sivapriya.s
You can count the number of rows in a datatable using the below command
DataTableName.Rows.Count
@Lahiru.Fernando Thank you
Use writeline activity with name. rows. count. Tostring
Here., the name is nothing but your database name…
Hpy automation