How to grab all property arrays from Shopify

I’m trying to pull all the properties that are in an array to pull to a google doc, but I’m unable to pull all the info.

You can see in the photo above the datapoints 1-7 are there. Which I need, but when I go the add those fields in the next step I don’t see it there.

How do I get them?

I tried this code, but its not pulling the values - Child Photo Upload-1: {{1.lineItems[1].properties[1].value}}
Where should this story take place?: {{1.lineItems[1].properties[2].value}}
Plot Preference: {{1.lineItems[1].properties[3].value}}
Custom Plot Preference: {{1.lineItems[1].properties[4].value}}
switch-1: {{1.lineItems[1].properties[5].value}}
Custom Dedication: {{1.lineItems[1].properties[6].value}}
_tpo_add_by: {{1.lineItems[1].properties[7].value}}

Hi Chase
To grab all the keys and values from the array properties and separate them with a new row you need to do this:

add the properties array as source to the Iterator


Then map the values in the Text Aggregator with the Iterator as source module with New Row as Row Separator

map the values Name: Value