To get the row count and the column count of an active data asset, you can insert the respective Get Row Count and Get Column Count steps into a visual test that is associated with the asset.
If the Get Row Count or Get Column Count steps are used within a Repeat using ActiveData loop, the number of rows is based on the start and end row that is configured in the Repeat using ActiveData step. For example, if the active data file has 10 rows, but the Repeat using ActiveData loop is configured to use only the rows 2 to 6, the Get Row Count step returns 5.
If the steps are used outside of a Repeat using ActiveData loop, they return the actual number of rows and column in the active data file.