apoc.coll.zipToRows Procedure apoc.coll.zipToRows(list1,list2) - creates pairs like zip but emits one row per pair Signature apoc.coll.zipToRows(list1 :: LIST? OF ANY?, list2 :: LIST? OF ANY?) :: (value :: LIST? OF ANY?) Input parameters Name Type Default list1 LIST? OF ANY? null list2 LIST? OF ANY? null Output parameters Name Type value LIST? OF ANY? More documentation of apoc.coll.zipToRows Was this page helpful?