Hi, does anyone know the if statement for breaks i...
# advancedpdf
m
Hi, does anyone know the if statement for breaks in a sentence? For example, here's a sentence of Add1,Add2,City,Country. The list shows the same layout in PDF, but I need a if statement that shows line breaks where there's a comma "," Is it possible? Thanks!
Here's the answer ${record.<field_id>?split(",")?join("<br />")}
👍 1