Hi Community,
I have been trying to create an automation without result so I'm asking for help. 
Expected Rule: when scheduled, looks up issues based on a JQL and sends an email including the count of issues with SLA met.
What I know so far:
- The lookup issues is correct, I'm using it for other automations.
- {{#lookupIssues}}{{customfield_10068.completedCycles.breached}}{{/}}
Does gives me the list of issues with either True (if SLA is breached), or False (if SLA if not breached).
Now I can't figure out how to count them if False. I was hoping for something like this:
{{lookupIssues.customfield_10068.completedCycles.breached.equals("false").size}}
Any advice is welcome!
I'm adding a JSON screenshot in case that helps.