Forums › 💬 FlowCanvas › ⚙️ Support › Issue with Count List Node
Hey Gavalakis,
I am having a strange issue with the Count List<T> node. As you see in the image , the same node is giving me different results, in the same pass.
please let me know how to fix
Thanks!
[attachment file=”issue with List Count T.png”]
Hey,
Hmm. Are you sure that you are not modifying the list in any way, within the iteration that is taking place from that For Loop macro (thus in the Loop Next)?
thanks for answering,
I was trying to reproduce the issue in a small scale and found the issue was flow design,
the yellow flow is not passing for the second List Count<String> hence the value that is getting out of it comes from memory
thanks!!