Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Connector Development
Unanswered

Custom Connector - Actions / Query

(0) ShareShare
ReportReport
Posted on by 11

 

Hello, I am trying to build a custom connector. I am getting error in action. How to resolve this ?

 

So this the action I want to build.

karthik_Dev_DPS_0-1649164876363.png

 

In Postman tool, it looks like this

karthik_Dev_DPS_1-1649164969295.png

 

In custom connector, Security Tab is configured properly. But actions Get URL is like this !

 

karthik_Dev_DPS_2-1649165080370.png

 

I know I am doing something mistake. Please help me on this !

https://graph.microsoft.com/v1.0/users/@{replace(triggerBody()?['ProjecManager']?['Claims'],variables('ClaimsText'),'')}

 

Below is the error

Specified swagger has the following errors: 'Definition is not valid. Error: 'Error : paths/~1v1.0~1users~1@{replace(triggerBody() : The path is not valid, each path template variable enclosed by '{' and '}' characters must be contained within a single URL segment. Individual '{' or '}' characters which are not enclosing a path template variable must be URL encoded.

 

 

How to resolve this ?

 

 

  • Community Power Platform Member Profile Picture
    on at
    Re: Custom Connector - Actions / Query

    If you click import from sample you can update the whole thing. You can enter the base API URL (in your case https://graph.microsoft.com/v1.0/users/) added with a ? and then a concatenation of parameter=value separated by an &. So something like https://graph.microsoft.com/v1.0/users/?ProjectManager=HulkHogan&Claims=StrongestManEver. I am not sure if these are the parameters you are looking for, but this will probably be enough to get you there.

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1

Featured topics