--- title: "ARRAY_CONCAT()" slug: "array-concat" updated: 2025-10-14T16:28:20Z published: 2025-11-19T15:55:50Z canonical: "support.tulip.co/array-concat" --- > ## Documentation Index > Fetch the complete documentation index at: https://support.tulip.co/llms.txt > Use this file to discover all available pages before exploring further. # ARRAY_CONCAT() ## Description Concatenates any number of lists of a single type into a single list of that type ## Available In - **Apps** - **Automations** ## Syntax ARRAY_CONCAT(lists: List>) ## Example ARRAY_CONCAT([1,2],[3,4],[5,6]) = [1,2,3,4,5,6]