Business Applications, Common Data Service, dataflow, Model-driven

Dataflow for Power Apps: query CDS with OData connector(improved)

Recently I posted about the same issue: https://wordpress.com/post/msolenacrm.blog/1580 . Yesterday I discovered a new way. It looks like OData connector is more friendly than the Web API one.

Use FetchXmlBuilder to help you to build the query.

Start creating you Dataflow:

For the data source on the tab Other pick up the OData connector.

For the Connection String URL will be like: https://<your_org_name&gt;.crm.dynamics.com/api/data/v9.1/<your_query>

But it look very appropriate now:

Happy days!

Leave a comment