How I can push a object in Array in vDesiner2?

I want to capture multiple addresses of a user and push in the address array.
e.g
{
address:[{
Line1:abc,
Line2:bef,
Line3:ghj,
Pin:110021,
City:Delhi,
State: Delhi,
Country: India
}
]
}

How I can achieve this in vDesiner2. I don’t want to do field level copy task. Because this is avery simple scenarios. I have a usecase where there will be 50-100 value in a object which need to capture in the journey and keep in array.

I want to create address object spepratory and push whole object at current index in address array.

Hi @naveen.gupta, To push an object in an array in vDesigner 2.0. You can use the Load Entity task. To understand the working of the task, you can refer to this post: