Hi Team,
I have created a custom connector. I know the process to find the custom connector id using PowerShell. But most of the users does not have PowerShell access so we are looking for any other alternative approach which will help the users find the id of the custom connectors. Please let us know if anyone is aware of any other process other than finding it with PowerShell.
Thanks in advance,
Divya
In my case this info was in customizations.xml file, not solution.xml.
E.g. <connectorid>/providers/Microsoft.PowerApps/apis/shared_office365</connectorid>
Hello Everyone,
If this connector is a part of a solution you can always export the solution and inside of .zip file you can find solution.xml. There, in <RootComponent> part, you can find your connector with ID.
BR,
Piotr
I also have the same question. I created a custom connector and need to fetch the ID of the connector to be used in an existing solution.