cancel
Showing results for 
Search instead for 
Did you mean: 

Json object

srini_polimera
New Contributor III

I need help to get below output.

[
{
“key1”:“value1”,
“key2”:“value2”
},
{

“key3”:“value3”,
“key4”:“value4”
}
]

expected result
{
item”:
[
{
“key1”:“value1”,
“key2”:“value2”
},
{

“key3”:“value3”,
“key4”:“value4”
}
]
}

Thanks for your help.

1 ACCEPTED SOLUTION

AleksandarAngel
Contributor III

Hi @srini.polimera,

You can try by using the Group By N Snap with Group Size set to 0 and Target Field set to item.

image

Let me know if this works for you.

BR,
Aleksandar.

View solution in original post

2 REPLIES 2

AleksandarAngel
Contributor III

Hi @srini.polimera,

You can try by using the Group By N Snap with Group Size set to 0 and Target Field set to item.

image

Let me know if this works for you.

BR,
Aleksandar.

Thank you for your quick reply.