Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-06-2021 07:05 AM
I am writing a user-defined procedure, and I want to return "text" to the user so the user sees it in the browser after the procedure is completed. A CYPHER example would be:
CREATE (n:PERSON {name: 'John Doe')
RETURN toUpper("task complete")
I understand how to write text to the Log, but that doesn't show up in the browser for the user to see.
Can anyone point me in the right direction?
All the sessions of the conference are now available online