How can I Join multiple values from an array?

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?

@Ionut_Tudorache
I don’t use WooCommerce and Hubspot, so I can’t offer a direct solution, but using Text Aggregator seems to be the answer. Could you give it a try?
A sample of Text Aggregator is attached.

2 Likes

Well, it was easier. I thought that I had to iter through the results with get, join, map…

It was enough just to place the value inside there and it worked

Thank you!

1 Like