Hi,
I found out that I can use shortest path and avoid loops by applying apoc.coll.duplicates on path nodes list.
What if I want to consider duplicates those nodes that share the same value for a given attribute (e.g. ALTER_NAME).Would be possible to...