dataverse_count_records
Get a record count from a Dataverse table with optional OData filter, returning the integer total. Use this when you need a count instead of querying rows.
Instructions
Count records in a table (optionally filtered) and return only the integer total.
Use this instead of dataverse_query_table when you need a number, not rows. For per-group counts (e.g. count by status) use dataverse_aggregate_table. The total is capped at 5,000 by Dataverse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |