Hi - I keep getting this error periodically but everything appears ok on the input.
The error details mentions Item Index: 87 - what does this refer to?
TIA
Hi - I keep getting this error periodically but everything appears ok on the input.
The error details mentions Item Index: 87 - what does this refer to?
TIA
The node iterates over all the incoming items, here 200. In your case it fails on the 87th. Meaning, you are right. It worked for the first 86, then it failed on the 87th, and did not even try for all the ones afterwards.
To debug look at that item. Then you will probably see very fast why it fails.