ppds_query_fetch
Execute a FetchXML query against Dataverse. Use this when you have raw FetchXML or need advanced query features not available in SQL. Prefer ppds_query_sql for simpler queries.
Input schema
| Name | Type | Required | Description |
|---|---|---|---|
| fetchXml | String | yes | FetchXML query string |
| maxRows | Int32 | no | Maximum rows to return (default 100, max 5000) |
Output
Returns Task<QueryResult>.