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 / Append a string to the...
Power Automate
Answered

Append a string to the last element of the array

(0) ShareShare
ReportReport
Posted on by 404

Hello.

I have the array

[
 {
 "User1": "john@microsoft.com",
 "User2": "bill@microsoft.com"
 },
 {
 "User1": "kate@microsoft.com",
 "User2": "bob@microsoft.com"
 },
 {
 "User1": "sarah@microsoft.com",
 "User2": "jack@microsoft.com"
 }
]

And a string: julia@microsoft.com

I need to add it to the last element of the array:

[
 {
 "User1": "john@microsoft.com",
 "User2": "bill@microsoft.com"
 },
 {
 "User1": "kate@microsoft.com",
 "User2": "bob@microsoft.com"
 },
 {
 "User1": "sarah@microsoft.com",
 "User2": "jack@microsoft.com"
 "User3": "julia@microsoft.com" 
 }
]

How to do that?

Categories:
I have the same question (0)
  • Verified answer
    PrasadAthalye Profile Picture
    on at

    There isnt any direct function for this. Please see following steps.

    • Declare InputArray variable of type array and initialize with original data.
    • Declare Another array variable called FinalArray and Set value as first and second array element from InputArray.
    • Now use Append to Array variable and create third element with new values and append to Final Array.
    • Finally use Compose to see the output.

    PrasadAthalye_0-1631656739160.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

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 594

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 281 Super User 2026 Season 1

Last 30 days Overall leaderboard