push
{% json items %}[1, 2, 3, 4]{% endjson %}
{% push items, 5 %}
{% log items %}
{% comment %} Output: [1, 2, 3, 4, 5] {% endcomment %}Syntax
{% push array_name, element %}Parameters
Parameter
Required
Description
Behavior
Examples
Related Tags
Tag
Description
Notes
Last updated