Neo Technology Build Agent
Neo Technology Build Agent
**Comment by [shahadp](https://github.com/shahadp)** _Wednesday Feb 26, 2020 at 10:57 GMT_ ---- Passing empty list provides this response { } Passing null provides this resopnse Failed to invoke procedure `apoc.convert.toTree`: Caused...
**Comment by [shahadp](https://github.com/shahadp)** _Thursday Feb 27, 2020 at 00:50 GMT_ ---- After doing some more research on this subject it seems its not cause by apoc.covert.toTree, it is apoc.path.combine issue...
**Comment by [jexp](https://github.com/jexp)** _Friday Feb 28, 2020 at 15:06 GMT_ ---- Can you check the values returned on repeated execution of the working query that returns path1 and path2? If...
**Comment by [shahadp](https://github.com/shahadp)** _Monday Mar 02, 2020 at 21:41 GMT_ ---- path1 dont have any null value, but path2 because its optional match it will have some null values against...
**Comment by [shahadp](https://github.com/shahadp)** _Monday Mar 09, 2020 at 18:25 GMT_ ---- The issue is getting replicated in lots of places (for 4.0) and queries which previously worked with V3.5. I...
**Comment by [cchukuigwe](https://github.com/cchukuigwe)** _Thursday Mar 19, 2020 at 14:57 GMT_ ---- I can confirm that this is still happening in v4.0 on OPTIONAL MATCH returning null results. Exactly as described....
**Comment by [InverseFalcon](https://github.com/InverseFalcon)** _Tuesday Jul 28, 2020 at 20:08 GMT_ ---- As a workaround, we can use CASE as a safeguard to avoid the call if the optional value is...
**Comment by [shahadp](https://github.com/shahadp)** _Tuesday Jul 28, 2020 at 22:34 GMT_ ---- Hi @InverseFalcon, Thanks for the update really appreciated, that is exactly what i am doing to avoid the issue...
**Comment by [tanvp112](https://github.com/tanvp112)** _Friday Aug 21, 2020 at 10:50 GMT_ ---- > As a workaround, we can use CASE as a safeguard to avoid the call if the optional value...
**Comment by [vga91](https://github.com/vga91)** _Tuesday May 11, 2021 at 08:58 GMT_ ---- @ElaineRosenberg The website provided is unreachable, so I can't replicate the anomaly. Could you, provide a `.graphml` that has...