Chris
02/01/2024, 9:41 PM${item.custcol}
breaks when the user adds a line break in the text area. Is there a way around this?David B
02/04/2024, 8:05 PMcustcol
? you could potentially split by the line break and join with <br/>
tagsChris
02/05/2024, 3:40 PM?replace("<br />", "")
The hard part was getting a good look at the actual text string NS was trying to deal with. Opening up the UI sublist field in Dev Tools and seeing the <br />
stored directly in the textarea tipped me off.