A DocsAutomator user wants to add text and separate items with line breaks. The text needs to be dynamic: Depending on the availability of data, it can be any number of items up to 10.
How would you approach this? Using a rich text field, line breaks are preserved, but I don’t know how to construct the text dynamically. I’ve tried \n in joined lists, if else fields etc., but \n seems to get escaped. I do have a working version with JSON and \n, but also don’t know how to construct it dynamically.
Can you use a Joined List with a carriage return (Enter key) as the separator? I seem to remember something with two spaces and a carriage return working better in some cases. Or do you except html, so maybe using <br> or <p>?