Query Record Count in Data Table
Parameter Configuration
| Parameter | Description |
|---|---|
| Data Table | The data table to query |
| Filter | Filter conditions for querying data. Filter values can be dynamically specified using expressions |
Return Value
| Return Value | Type | Description |
|---|---|---|
| Count | Integer | Number of records queried according to step settings |
Usage Scenarios
- Query the number of data records with specified conditions in the data table, calculate pagination, and then call Query Record List for pagination queries
- Query the number of data records with specified conditions in the data table and return it to the API to facilitate paginated data queries by the caller

