Skip to content
Log in

push - Liquid Filter Reference

On this page

Description

Adds an item to the end of an list

Property Value
Return Type list
Category lists

Examples

```liquid

{{ my_list | push: “99” | join: “, “ }} ```

Output: 1, 2, 3, 4, 5, 99

Was this article helpful?

Was this article helpful?