Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Connector Development
Unanswered

Multiple Values for Query parameter

(0) ShareShare
ReportReport
Posted on by 24

I've got an action on this API I'm working on that allows multiple ids that can be specified with multiple instances of the parameter.

 

As an example, my GET call URL for this action would look like this:

http://www.domain.com/api/GetValues?id="123d123sd12"&id="1123aewer1231"  

 

However, the connector action only saves one 'id' parameter as a string.

 

Within PowerApps, my function looks like this:

ConnectorAPI.ActionName({Id: "F1EmO7UIUK...iBST1VHRQ", Id: "F1EmO7UIUK58x0uy...FxBTVNURVJEQU0"})

 

The PowerApps Error I received says:

"A field 'id' was specified more than once in this record."

 

 

Am I out of luck? Any tips?

 

Thank y'all for your help!

  • jonathan_rou Profile Picture
    24 on at
    Re: Multiple Values for Query parameter

    Attempted some of the code from that StackOverflow you linked, @Syndicate_Admin.
    Not having much luck. Any chance you see my mistake?

     

    From the Swagger Editor for my connector, specifically, the parameter that needs to be multi is "webId".

     

    parameters:
    - {name: webId, in: query, required: false, type: array, items: {type: string, format: string, collectionFormat: csv}}
    - {name: domain, in: query, required: true, type: string}

     


    The above parameters give me the following error when trying to save the Custom Connector:

     

    Your custom connector has been successfully updated, but there was an issue converting it to WADL for Power Apps: An error occured while converting OpenAPI file to WADL file. Error: 'Parameter with type='array' is not currently supported at JSON path paths['/piwebapi/streamsets/value'].get.parameters[0]'

     

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May 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 Apps

#1
WarrenBelz Profile Picture

WarrenBelz 770 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 494

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 399

Featured topics