Dynamics 365 Connector Guide > Dynamics 365 connections > Using a Dynamics 365 connection in a process
  

Using a Dynamics 365 connection in a process

After you create a Dynamics 365 connection, you can use it in a Service step in a process.
  1. 1Add a Service step to the process.
  2. 2Click the Service tab.
  3. 3From the Service Type list, select Connection.
  4. 4From the Connection list, browse and select the Dynamics 365 connection that you created.
  5. 5From the Action list, select the action that you want to perform on Dynamics 365 Connector. For example, select Access Token to authorize the Dynamics 365 requests and other connection requests as shown in the following image:
  6. The image shows the Action Token object that is used in the process to authorize the Dynamics 365 requests and other connection requests.
    Application Integration populates the access_token and response object under output fields. The access token enables you to authorize the Dynamics 365 requests and all the other connection requests. You can use the access token to configure further steps, such as create, update, delete, and query objects in Dynamics 365. Similar to the Access Token and Create Object step, you can configure more service steps as required.
  7. 6Configure further steps as needed.
  8. 7Validate, save, and publish the process.