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.