Create a rule

Filter attaches attribute something

{% for grouper, items in configuration | groupby('tag_id') %}

Filter {{ items[0].match_key }} is {{ items[0].match_value }}

{% endfor %}