I’m working on a workflow where I need to concatenate data from multiple columns in Google Sheets into a single sentence string. Each row contains details like Issue, What to Check, and Resolution. For example
I want the result for each row to look like this: ZP SLIDE NOT HOLDING TOOLFACE: Will it pass an Autotune? ... | Resolution: PUMP(s) issues- IF THE Top Drive rotating with ...
I’ve set up a Google Sheets module to fetch data, but I’m unsure how to concatenate rows into strings dynamically. Can someone guide me on the best way to achieve this in Make.com?
I 've tried with array aggregator and used set variables modules but have some issues.
Hello @Mykhailo and welcome to the Make Community!
Google Sheets outputs a bundle for each row.
You’re currently using an Array Aggregator on that which puts all rows into an array of collections.
It’s not clear if you want to do something with a text string from each row, or if you want to build a big block of text containing all the strings separated by line breaks or some other separator?
If you need to create that text string from each row, then all the text strings in a single block of text, a Text Aggregator (in place of the Array Aggregator) would work in this case.