Combine Operation Values into single string

Hi
I have this scenario which has multiple outputs from mysql:
image

Rather than 1 operation with multiple bundles, its multiple operations. I need to concatenate the results into a single comma separate string.

So each of these Operation results has a field called “id” and I need to compose a single string of all the IDs separated by a comma i.e. 1,5,65,7

Any help appreciated

Hi @Baileo

Please use text aggregator module with , separated

Make sure you have choose the source module properly.

MSquare Support
Visit us here
Youtube Channel

1 Like

Hi
I’ve set that up but it still outputs 8 separate operations rather than a single concatenated string:

Hi @Baileo

Please check the selected source module. This happens due to the selection of source module.

Hi
I am selecting the prior module. Is that not correct?

Hi @Baileo

If you are mapping the terms inside MySQL from webhook then please use webhook as the source.

If the issue persists, please connect to us
MSquare Support
Visit us here
Youtube Channel

Hi @Baileo did you manage to get it to work? :slight_smile:
Facing a similar trouble as well.