apoc.map.flatten Function apoc.map.flatten(map, delimiter:'.') yield map - flattens nested items in map using dot notation Signature apoc.map.flatten(map :: MAP?, delimiter = . :: STRING?) :: (MAP?) Input parameters Name Type Default map MAP? null delimiter STRING? . More documentation of apoc.map.flatten