I have a payload.status string with I believe line breaks. If I try to send the string as it is to my dashboard text node though, I have no line break. So I thought I try to split the string at the line break, then after each part I add a
and send it to the text node.
Not sure this is the right approach though
Here is a screen grab of the debug, as when I try and copy paste the line break symbol it doesnt work.
The screen grab has my attempt of splitting and on the right side status: "14/12 Thalia... is the string I need to split
(this is a calendar retrieved from google calendar via Homeseer)