Multiple rows from Supabase, back into one hubspot deal!

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

1 Like

Hi @Levi2025 Welcome the community!

Can you please share your scenario configuration and screenshots. explain a bit about your modules and mapping so we can suggest some solution.

Reading at first glance, it looks like you can use text aggregator with comma as Seperator to merge all links and use the output for HubSpot.

Best,
@Prem_Patel