Flows
Frequently asked questions about flow setup and management.
-
What do 'flow errors' mean?
You can see if your flow has any errors by looking at the right side of the menubar. Errors are also highlighted ...
-
How can I test a flow before activating it?
Quick links How can I test a flow before activating it? Can I include attachments on emails? How do I make changes...
-
What happens when someone is halfway through a previous flow version and a new flow version is activated?
All previous flow versions will be automatically set to 'Draining' status, meaning experiences in the previous flo...
-
How do I make changes to a flow once it has been activated?
Once a flow has been activated, you can still make changes to it if required, including updating the SMS or email ...
-
<% sections.forEach(function(section) { %>
-
<%= partial('partial-article-list-sections', {
id: 'section-' + section.id,
parentId: '#' + id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% if (section.articles.length) { %>
-
<% section.articles.forEach(function(article) { %>
- <%= article.title %> <% }); %>
<% }); %>