Hi, new to Zapier but I have managed to create zap to take Jotform submission form and create a new contact and deal. I now want to add products to the deal but having issues, I’ve experimented with Splitting text and Line Items to text which I thought would work. This is the input data for two items Baranello and Delivery cost:
Barenello (Amount: 18.00 GBP, Quantity: 1),Delivery (Amount: 10.00 GBP, Quantity: 1),GBP,28.00,Array
How would you recommend I split this into Product, Amount, and Quantity
I have managed to split the text using ), as a seperator
Chat GPT is recommending a extracting a regex patterm (^(.*?) \(Amount: (.*?) GBP, Quantity: (.*?)\)$) which is fine I can try that, I just wondered if there was a better way to do it.
One this is working, will i need a loop to add the two products, I saw a post regarding that.
Thanks In advance