Solved
Forum Discussion
JohnErdmann
10 months agoQrew Trainee
Try this:
{{ d | count == 2 }}
The expected return value of the above would be TRUE. The expected return value of {{ d | count}}==2 would be string literal 2==2 because it is not encapsulated in the curly braces.