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,
“d…...structured data : { “email”: “email@email.com”, “id”: “1”, “orders”:...the “email” and the “id” for each order mean: &=data.email | &=data...