Hi. I have a little problem trying to get all data from an array and pass it to Hubspot.
Basically I’m trying to get woocommerce orders and pass them to hubspot.
Don’t have problems doing this, but I have just a step that stops me.
In Hubspot I have a column called “products ordered” from that specific client.
I would like to show all the products name that the client bought, and I do a “Get a customer” and “Search orders” by using the customer ID.
Now I get in this example 2 bundles
In Line Items I need to get the name and combine the names from each bundle divided by “;” (or whatever)
The problem is that I’m getting in Hubspot just the first product name and not all together
This is the blueprint
blueprint.json (106.7 KB)
Could anyone help me about this?