"Items": [ "one" ]
{% assign array = Items | AddToArray:'two' | AddToArray:'three' %} {% for item in array %} {{ item }} {% endfor %}
one two three