Dynamics 365

Discover more about the Dynamics 365 connector and how to use it on the Digibee Integration Platform.

The Dynamics 365 connector enables integrations with Microsoft Dynamics 365. It allows you to query, create, update, or delete data stored in Dataverse, the database used by Dynamics 365.

Parameters

Configure the connector using the parameters below. Fields that support Double Braces expressions are marked in the Supports DB column.

Parameter
Description
Type
Supports DB
Default

Alias

Name (alias) for this connector’s output, allowing you to reference it later in the flow using Double Braces expressions. Learn more.

String

dynamics-1

Fail on Error

If enabled, interrupts the pipeline execution when an error occurs. If disabled, execution continues, but the "success" property will be set to false.

Boolean

N/A

Parameters additional information

GET requests

When performing GET requests, the connector supports two query modes:

  • OData: Enables straightforward data retrieval using URL-based queries.

  • FetchXML: Allows advanced data retrieval through an XML-based query language similar to SQL.

These query modes are unavailable when the Entity ID parameter is provided.

Last updated

Was this helpful?