0 'Legacy Lava Syntax Detected..' when filtering group members attribute with 'Where'? 0 Knolly Shadrache posted 3 Years Ago I'm getting counting people who have completed a class, which is indicated by a group member attribute being set:{% assign lc_complete = Person | Groups:'33', 'All', 'All' | Where:'LifeClassCompleted','Yes' | Size %}This is working fine, but is generating an exception log entry:Warning: Legacy Lava Syntax Detected: Group Member.CompletedIs this a bug?