The procedure apoc.do.when() is used for:
Select the correct answers.
Scheduling when a load will occur.
Executing Cypher code when a condition is true and alternate Cypher code when the condition is false.
An alternative to the MERGE clause.
Understanding how many operations occurred during the execution.
Hi @elaine_rosenber. So just confirming that it should be apoc.periodic.iterate and not apoc.do.when that can be used for "understanding how many operations occurred during the execution". Is that right?