Hello,
I'm trying to save boolean and integer values as parameters' values but when cypher is generated, the tool manage them as strings encapsulated into single quotes.
Inside a node, in property text area I am writing:
property: true
and in the export cypher textarea the tool outputs:
{property:'true'}