Hi, I have a weather response form the weather app. I want to use the text aggregator to parse the information into a email body.
The issue i am faceing is that the “enter or new row” is not really breaking the text into a new row, it is still one text in one row.
i tried to use tab and insert the keyword “tab” but did not work either. any suggestions?
Welcome to the Make community!
For emails, a new line is a line break HTML tag:
<br>
so put one of these at the end of each line.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!