Today I got stuck while working on what seemed like a simple scenario.
In my scenario, I listed Monday.com tables with deadlines, then filtered only those that occur within the next month.
After that, I decided to save the results using a Text Aggregator and Set Variable.
There was just one step left: save the result to a .docx file and upload it to OneDrive.
The difficulty is that I never know how much results/newlines I will get. I might get 1 or 15000.
On the first run, I noticed that all the text appeared as a single line — with no line breaks at all.
Neither {{newline}} nor <br> nor \n worked.
I couldn’t believe such a simple task would take me hours… but then I started to search and read:
and read:
and read:
and read again:
and again:
It was a disaster. The simplest operation ruined the whole scenario (and my life for today)! “Thanks” Microsoft for such a bug (read - “feature”).
SOLUTION:
Hours of reading and experimenting turned me to this: