web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Merge 2 arrays into 1 ...
Power Automate
Answered

Merge 2 arrays into 1 without Apply to each

(0) ShareShare
ReportReport
Posted on by 1,117

My Array1

[
 [
 "Ramesh",
 "Mukka",
 "",
 ""
 ]
]

My Array2

[
 [
 "",
 "",
 "",
 ""
 ],
 [
 "",
 "",
 "",
 ""
 ]
]

 

The merged array should be

[
 [
 "Ramesh",
 "Mukka",
 "",
 ""
 ],
 [
 "",
 "",
 "",
 ""
 ],
 [
 "",
 "",
 "",
 ""
 ]
]

 

I am struggling with how to get it done efficiently. Can anyone help?

 

Regards,

Ramesh Mukka

Categories:
I have the same question (0)
  • Verified answer
    rameshmukka Profile Picture
    1,117 on at

     

    The below expression has helped

     

    json(concat('[', slice(string(outputs('Compose_Array1')), 1, -1), ',', slice(string(outputs('Compose_Array2')), 1, -1), ',', ']'))

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 86 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 55

#3
Ellis Karim Profile Picture

Ellis Karim 53 Super User 2026 Season 1

Last 30 days Overall leaderboard