Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Using Connectors
Unanswered

Issue with custon connector removing parts of array

(0) ShareShare
ReportReport
Posted on by

So i have an custom connector i am attempting to post dynamic variables in an array to.

 

Something like this:

{
    "incident": {
        "requester_name""none@none.com",
        "priority""3",
        "request_variables_attributes": [
            {
                "name""Username",
                "value""{Username}"
            },
            {
                "name""First",
                "value""{First}"
            },
            {
                "name""Last",
                "value""{Last}"
            }
        ],
        "incidents": {
            "incident": [
                {
                    "number""12345"
                }
            ]
        }
    }
}
 
 
However when i import it into the custom connector to define a new action it removes part of the array request_variables_attributes. I cannot define the other two arrays of the array within the action.
 
Any ideas?

 

 
  • erlycrf Profile Picture
    Microsoft Employee on at
    Re: Issue with custon connector removing parts of array

    Hello @chrisbwade13 

    I was trying to repro the same behavior you are facing and I was not able to see the same. For me the attribute are remain in the definition.

    Certainly, the definition should not remove any components.

    So, have you tried using a "Private Mode" in the web browser?

    If the behavior still happening even using "Private Mode" maybe the best next step will be to submit a ticket to the Microsoft support team and get help to take a look in more deep details.

     

    Thanks.

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