Hi, Thank you for the help.
I’m currently working with Google Sheets and I’ve encountered a problem when trying to merge multiple returned values into one. Here’s the situation:
Let’s say that I have google sheets like this.
I’ve set up a module to search for rows that contain the word “Hello”.
In order to aggregate the returned results, I’ve configured an array aggregator like this:
The goal is to add a new row to the sheet that contains all the returned values combined:
However, instead of getting a combined result like “Hello Hello”, I’m only getting one instance of “Hello”.
Could someone help me understand what I’m missing here? Is there a setting or configuration that I’ve overlooked? Any help would be greatly appreciated.