How to duplicate data in cells

Hi,
I’m trying to duplicate some information in excel. basically, I have some structured data :

{

“email”: “email@email.com”,
“id”: “1”,
“orders”: [
{
“orderId”: 2,
“date”: “01-01-0001”
},
{
“orderId”: 3,
“date”: “02-01-0001”
}
]
}

in this case I would like to duplicate the “email” and the “id” for each order
mean:
&=data.email | &=data.id | &=data.order.orderid | &=data.order.date

there is any way that I can achieve that without changing my data structure?

@zivdaniel
I have logged a ticket with an id “ CELLSNET-51564” for your issue. We will look into it soon.

1 Like

Hi, any update on that issue?

@zivdaniel,

Your issue is resolved. The fix will be included in our upcoming version which is released in the next month.

The issues you have found earlier (filed as CELLSNET-51564) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi