I have a small app that sends out SMS messages on a daily basis. In the sms message I use
<<if:isnotblank([entry details])>><<[entry details]>><>
Text looks like this
Entry: Meeting with CTO Date: 6/27/2023 Time: 10:00 am Document: https://google.com/doc/12345qwert
The blank line between “time” and “document” is where the “entry details” would go if it were not blank. When the Text is sent out it does not include the empty fields which is correct but it does leave a blank line which is ok but it would be nice to remove all the empty lines, is there a way to condense the text so there are not empty place holders ?