I have event tickets setup in Ticket Tailor. A person can buy multiple tickets for this driving event. You can buy a drivers ticket by itself. You can buy a driver and add one or more passengers. Each participant is asked a series of questions as part of their ticket. If you’re buying multiple tickets within Ticket Tailor it collects all that information but does not push that information to Zapier without using Webhooks.
I have the webhooks setup and that is all working fine, it pulls the full record in. But then I’m getting stuck parsing all the info into spreadsheet rows. A sampling of the webhook is below. There is a section for the custom questions then each of those is numbered and has the question title and the response for each.
I have tried several variations of using the Formatter option after the webhook zap to split the data up including delimiting stuff with commas and using the pick list option with varying levels of success. Just trying to understand the best approach for data formatted like this with the end result getting the data into a table with one row for each transaction (each row could have more than one ticket but the headers are defined to show all that info). and all the individual questions split into columns. I’ve attached a CSV header file with a possible structure to show what I’m trying to get to.