var journalFieldName = 'comments'; var journalText = current[journalFieldName] .getJournalEntry(1) .trim() .split(' ') .slice(1) .join('<br /> ');