Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Connector Development
Unanswered

take multiple file in custom connector as parameter

(0) ShareShare
ReportReport
Posted on by 2

Hi All,

 

Recently I came with a new request in my custom connector to take multiple files as input to check functionality of POST method. Before this I was able to upload one file as input but now, I have to make necessary changes. According to swagger documentation Connector still doesn't support Open API 3.0 and it doesn't allow to take array of file. 

I will use my connector in flow in next step to take array of file. 

If anyone have solution of given problem and need more information on issue, please drop me a comment here. 

I will be happy to learn and try better way to resolve issue. 

  • Cyclon Profile Picture
    2 on at
    Re: take multiple file in custom connector as parameter

    Hi @Syndicate_AdminAdmin, Thanks for your reply.

    But we don't want to zip the files and upload. I am providing more info. on this so you can understand better.

    Following changes made in swagger to upload multiple files in custom connector: -

    - name: files
    in: formData
    required: true
    type: array
    items:
    type: string
    format: binary
    description: The actual documents that must be archived.

     

    and below is flow where I want to upload multiple files but getting below error in flow: -

                    "message": "Validation Failed",

                    "details": {

                        "": [

                            "Failed to read the request form. Form section has invalid Content-Disposition value: "

                        ],

    Cyclon_0-1698641895843.png

     

     

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 >

Featured topics