Hi there
Using Aura 4.4.0 Enterprise
apoc.convert.toList("[1,2,3,4]") <- I gave it a list as a string
Result [[1,2,3,4]] are you kidding me?
Just a little funny moment of my tech day
Hi there
Using Aura 4.4.0 Enterprise
apoc.convert.toList("[1,2,3,4]") <- I gave it a list as a string
Result [[1,2,3,4]] are you kidding me?
Just a little funny moment of my tech day
You can use
MATCH (n:Label)
RETURN apoc.convert.fromJsonList(n.key) AS result