I’m trying to write out some lines in a table into text using FormulaMap()
Right now they all show up as a list, and I was trying to figure out a way to line break between the list. Any thoughts? Concatenate(Value, “\n”) etc aren’t seeming to work
Using Concatenate(CurrentValue, Character(10)) or CurrentValue + Character(10) in FormulaMap are both not working. The + is leading to crazy values (grid-843…), and the Concatenate is leading to commas on a second line vs actually moving the next item to the next line. Any thoughts?
Hey all, just wanted to chime in and share that we have a new formula specifically for generating new lines: LineBreak(). It should definitely be smoother and more straightforward than the older solution discussed here. But let us know if you run into any questions with it