How to get row count?

Hi All,

I want to get row/record count from the application, please see the screenshot
Can anyone please help me to get it done?
I want to take the count for multiple records. e.g i will get 3 rows for first record, 4 for second etc.

image

Hi…

@vaibhav2.chavan Extract that as Data Table and store it in a data table variable.

To calculate no.of rows present in that datatable is DataTableVariable.rows.count.tostring