Skip to content

Query Record Count in Data Table

Parameter Configuration

ParameterDescription
Data TableThe data table to query
FilterFilter conditions for querying data. Filter values can be dynamically specified using expressions

Return Value

Return ValueTypeDescription
CountIntegerNumber 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