0
votes

I have created a CDS connection in PowerApp platform under particular environment which I can see in list there as follows:

enter image description here

But when I go to PowerApp admin portal and try to use these connection to create a ConnectionSet then only single connection appears there, which is of Dynamics 365 for Operation. I don't see any other connection to choose from to proceed with integration task. My intention is to integrate the CDS data from associated Dynamics 365 for Talent to Dynamics 365 for Operation.

Screenshot of ConnectionSet creation step with only available connection: enter image description here

Please let me know what I have missing and hence the other connection not appearing in list.

1

1 Answers

2
votes

To tell if a connection can be used by Data Integration, please try the instructions below.

  1. Log on to https://admin.powerapps.com/environments using Chrome
  2. Enable network trace (F12) for the browser, and switch to [Network] tab
  3. Type [integratorApp] in the filter editor box Power Apps Admin Portal

  4. Click [Data integration] to switch to Data Integration page

  5. In the network trace tab, look for [targetTypes] and in the [Preview] tab, observe a list of supported types and their corresponding apiId’s.
  6. For [Common data service], the type is [CDS2] and apiId [/providers/Microsoft.PowerApps/apis/shared_commondataservice]

Supported Target types

  1. In the [Network] tab, type [powerApps] in the filter edit box
  2. Click on [+New connection set] to open [Connection Set] dialog
  3. In the [Network] tab, look for [connections?api-version…]. There might be more than one calls if you have multiple PowerApps environment.
  4. Switch to [Preview] in the response, observer connections that have apiID’s matching what are supported, and check if the connection in question is listed.

Connections