Im new! Im sorry so dont know protocol or entirely ‘proper’ terminology.
For context building an automated ticketing system for concerts/events.
currently:
Set multiple variables (part of ticket data) → repeater (runs based on ticket quantity) → iterator (creating the variables for each ticket) → set variable (assigning a unique id to each ticket) → set multiple variables (this sets some more info for each ticket which needs to have the unique id first) → these are all put into individual rows in Supabase! ---- Heres where I believe my problem is!
Im trying to pull each row, and all the ones with same receipt put into a SINGLE deal on Hubspot, but within the deal, one of the properties will be ‘ticket_url’ and i want all three ticket links listed with a separator — currently, it is creating 3 deals in hubspot, each with their respective ticket url
Any help greatly appreciated!!
L