Show Single Page and Page List Data from Pega to Excel

I am trying to show both Single Page Data and Page List data in an excel spreadsheet. I am able to export Single Page data to a file and I can export Page List data to a file, but I cannot export both Single Page data AND Page List data to a file. Is it possible? If so how?

See attached document for how it is currently implemented (unsuccessfully).

TestExportPegaDataToExcel.docx (216 KB)

@MichaelB9860

I believe I solved the problem with the following syntax:

for header data you can use .CustomerName and .CustomerAddress

for pagelist data you can use .ItemList().Quantity and .ItemList().ItemDescription