SEP 16, 2024 | UI Improvements
This release includes the following improvement.
Release 20240916
- Activating a flow with warnings now includes clearer messaging to help you understand potential issues.
This release includes the following improvement.
If you found this article helpful, please share it with others using the links below.
<% var body = ''; var characterCount = 120; if (nextArticle.hasOwnProperty('body')) { body = nextArticle.body.replace(/(<([^>]+)>)/ig,"").trim(); body.substring(0, characterCount); body.length > characterCount ? '...' : '' } %> <%= body.substring(0, characterCount) %> <%= body.length > characterCount ? '...' : '' %>
<%= Util.getExcerpt(article.body, 117) %>
<% } %>