Space between text array

Hello,
I have a real problem where I can’t find a solution.
Following an Array agrégator, I aggregate several texts together.

The problem is that it generates large spaces between each group of text. I need something fluid.

However, in the “set variable” that aggregates them, I don’t put anything to separate them by several lines…

If you have any ideas, I’d love to hear them, as I’m running out.

Thank you very much.

Hi @Shadowarior

if it is newlineyoucan use replace function:

Output:
image

Best regards,

Msquare Automation
Gold Partner of Make
@Msquare_Automation

1 Like

Yes, it’s a solution, but the problem is that it won’t know the difference between a line between 2 paragraphs, which is natural and normal for a text to breathe, and the 3-4 lines skipped between two outputs… :confused:

Hi @Shadowarior

Try the following method:
Sample text:

Splitting each line in text to remove line breaks.:

Aggregate all the lines with some texts(fill a space in the seperator column):

.
Output:
image

Best regards,

Msquare Automation
Gold Partner of Make
@Msquare_Automation

Thank you very much for this technique. But the problem is my variable is the result of multiple arrays. In these arrays, there are spaces that I want to keep. The actual problem is the merge operation creates some huge gaps (a few blank lines). But when I try your technique, it erases all the blank lines, even those I want to keep. It’s all very problematic. I’m stuck.