Search code examples
power-automatepower-automate-custom-connector

How to create custom connector with dynamic URI in power automate?


I have one Postman collection and I have created a custom connector using that collection. All is working well but one request has URI as in the below image.

enter image description here

where urn%3Ali%3Aimage%3AD5622AQEcyXncoACqYw part is dynamic and it will change for every new request. In the custom connector it took https://api.linkedin.com/rest/images/urn%3Ali%3Aimage%3AD5622AQEcyXncoACqYw as URI and does not allow me to add urn%3Ali%3Aimage%3AD5622AQEcyXncoACqYw dynamically like image below.

enter image description here

How can I do that?


Solution

  • Under 1. General, set the following:
    enter image description here

    Under 2. Definition, set the following:
    enter image description here

    You add parameters by adding {paramName} in the URL.