Dynamics CRM Output Tool

Use the Dynamics CRM Output tool to write updated data, including the deletion of data, from your Alteryx workflow to entities stored in a Microsoft Dynamics CRM instance.

Gallery tool

This tool is not automatically installed with Alteryx Designer. To use this tool, download it from the Alteryx Analytics Gallery.

Configure the tool

  1. Open the Configuration window for the Dynamics CRM Input tool.
  2. In Organization URI, enter the base URL of the Dynamics CRM instance.

    Example

    https://mycompanyname.crm.dynamics.com/

  3. In Azure Active Directory tenant ID, enter the unique identifier for the Azure Active Directory tenant associated with the Dynamics CRM instance. See Find your Office 365 tenant ID in the Microsoft Documentation.
  4. In Client ID, enter the application user role ID. See Azure Active Directory Setup.
  5. In Client secret key, enter the secret key for the application user role ID. See Azure Active Directory Setup.
  6. From Authentication type, select one of the following options:

    After logging in, the Output Entity Configuration window displays.

  7. From Entity output, select the destination Dynamics CRM entity.
  8. From Output operation, select one of the following options:

    Important

    For data to match between an Alteryx workflow and the destination entity, the column names must match. In the case of a Delete or Update operation, the workflow must supply values for the destination entity's primary key fields. For an Insert operation, omit data for the primary key fields on the destination entity to automatically generate a new ID.