Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Connector Development
Unanswered

Property with name xxx is not present in connection parameters

(0) ShareShare
ReportReport
Posted on by 15

Hi, Building a custom connector, tried to add a Policy for setting the Host Url from a value of the body.

 

Body contains a structure like this:

 

{
"inputs": {
"host": {
"connectionName": "xxx",
"operationId": "Sendmsg",
"apiId": "/providers/Microsoft.PowerApps/apis/xxxx"
},
"parameters": {
"body/header/id": "@triggerBody()['text']",
],
"body/data/MyHostUrl": "@triggerBody()['text_2']",

( ... )

},

}
}

 

I would like to use the value of the pink value body.data.MyHostUrl as a Host Url, but I'm not familiar with expressions.

 

Tried: (with no success):

@queryParameters('MyHostUrl')
@queryParameters('data.MyHostUrl')
@queryParameters('body().data.MyHostUrl')
@queryParameters('body.data.MyHostUrl')
@queryParameters('@body().data.MyHostUrl')

 

In this screen:

litus2002_0-1634748130385.png

 

And I receive all the time an error like this:

 

    "message""Property with name body.data.MyHostUrl is not present in connection parameters.",
  

I feel fustrated

 

Anybody with expirience building custom connectors could help me sleep again?

 

Very appreciate

Thank you v/much

 

Categories:
  • Carl Esp Profile Picture
    15 on at
    Re: Property with name xxx is not present in connection parameters

    Any idea? 😨I'm very stressed because of this, thank u

     

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