Using Array Meta Data for Google Sheets and Google Calendar

Hi there, I am trying to sync WooCommerce order details to Google Sheets and Google Calendar; some fields are available; however when I go to map other array meta data values they are not available.

Do I access this data with GET() MAP()?

Example of the data value I want to access below:

Meta Data ID: 10
Value: 01-10-2024

(For example, this date for future orders will determine the calendar start date)

Thanks for the help!

Solved this: {{1.lineItems.metaData[1].value}} setting the variables.

2 Likes