Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-28-2021 03:44 PM
In this Cypher, if '$input.alist' is null, it doesn't move on to next 'UNWIND'. But is there any way to move to next 'UNWIND'?
UNWIND $input.alist as a
MERGE
....
UNWIND $input.blist as b
MERGE...
I tried to use FOREACH, but it seems like there are some restriction that makes unable to use 'WITH' inside.
07-31-2021 08:49 PM
Not sure what's going on in the ...
's, but would conditional cypher execution help?
Conditional Cypher Execution - APOC Documentation (neo4j.com)
All the sessions of the conference are now available online