Query Record Count of Associated List Field in Data Table
Parameter Configuration
| Parameter | Description |
|---|---|
| Data Table | The data table to query |
| Associated Field | Associated List field |
| Record ID | The record ID to query, record ID can be dynamically specified through expressions |
| Filter | Query data filter conditions, filter condition values can be dynamically specified through expressions |
Return Value
| Return Value | Type | Description |
|---|---|---|
| Record Count | Integer | Number of records that meet the settings for Associated List field |
Usage Scenarios
- Query data volume with specified conditions in data table, calculate pagination and then call Query Associated List Record List for paginated query
- Query data volume with specified conditions in data table and return to API for paginated data query by caller

