Skip to main content

FetchXML overview

Note

The plugin previously known as Dataverse Integration has been renamed to DataPress.

This change reflects our commitment to enhancing user experience and aligning with our product vision.

All references to Dataverse Integration in the documentation and UI will be updated to DataPress.

Introduction

FetchXML is the native query language of Microsoft Dataverse (Dynamics 365 / CDS) used to retrieve records using conditions, joins, filters, and attributes. DataPress brings FetchXML directly into Twig templates, allowing you to:

  • Display lists of records
  • Fetch single records
  • Build dynamic pages
  • Apply filters to views and lookups
  • Use templates with parameters

FetchXML is used anywhere DataPress needs structured data queries:

  • WordPress pages using Twig
  • Views
  • Lookup fields in forms
  • Conditional access rules

More about FetchXML syntax