Text Parser is returning only 2 fields from regex code

I inserted the following pattern in Text Parser:
Order Details.?Order number\s\n(?.?)\s\nSale date\s*\n(?.?)\s\nEvent\s*\n(?.?)\s\n(?.?),\s(?.?)\s\n(?.?)\s\nSection\s*\n(?\d+)\s*\nRow\s*\n(?.?)\s\n.?Price per ticket $(?\d+.\d+).?Fees per ticket $(?\d+.\d+).?Quantity (?\d+).?Delivery fee $(?\d+.\d+).?Tax $(?\d+.\d+).?Total cost US $(?\d+.\d+)

When I attempt to map the regex output to Google Sheets, only the first 2 fields are available. I tested the regex outside of Make.

Is there a limit to the number of fields that one Text Parser module can process?

Could there be something in the source text that could cause the script to stop running?

Thanks!