- Ensure that the option "Create Labels/Temporary Group Using:" (see here) is NOT set to "I am NOT outputting to Labels or Groups"
- Ensure Output Type is set to Temporary Group
Updated
Updated
empty
<% } %> <% var labels = "a_label".split(',').map(function(label) { return label.trim(); }).filter(function(label) { return label; }); %> <% var articlesWithLabels = articles.filter(function(article) { return Util.intersection(article['label_names'], labels).length; }) %> <% if (articlesWithLabels.length) { %>