HI TO ALL
Using the The getProduct() function from $w.ProductPage
Having two additional Info Sections e.g.:
“additionalInfoSections”: [
{
“title”: “SomeTitle1”,
“description”: “Somedescription1” *
}
{
“title”: "SomeTitle2,
“description”: “Somedescription2” *
}
],
what is the proper syntax to get the value from Somedescription2 ?
let productInfo = product1.additionalInfoSections.?