cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

mohammedfarazal
Node Link
since ‎07-14-2020
‎06-01-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I have the following two triggers named 'loadEnrollments' and 'loadDeenrollments'. CALL apoc.trigger.add('loadEnrollments', "UNWIND apoc.trigger.nodesByLabel($assignedLabels, 'Enrollment') AS node MERGE (p1:SPerson { name: node.name, cell: node.cell...
I have the following APOC trigger which contains a apoc procedure. This works as desired but I am wondering if I used a lot of WITH statements, is that the way to go? or is there a better way to refactor this code. I am still new to neo4j so not sure...
I am creating an apoc procedure inside a apoc trigger. The error in the logs says this " org.neo4j.exceptions.SyntaxException: Variable node not defined (line 1, column 26 (offset: 25)) "MATCH(p1:SPerson { name: node.name}) CREATE (p1)-[:Enrolled]->(...
Kudos from