Hello,
I am trying to find a way to organize my data in a somewhat readable manner and am wondering if there is a way to start a new line when writing to a txt file using WebNodeKit.
Right now it looks like this:
data data data data....
But I want it to look like this:
data
data
data
data
....
Any help is appreciated. Thanks!