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?
There isnt any direct function for this. Please see following steps.
stampcoin
87
Michael E. Gernaey
70
Super User 2025 Season 1
David_MA
48
Super User 2025 Season 1