Anyone ever had this error thrown on a Break activity?
Before you ask, yes, it is in a for-each loop activity.
Anyone ever had this error thrown on a Break activity?
Before you ask, yes, it is in a for-each loop activity.
Never faced this issue but is it happening while design time or runtime.
Also how to reproduce the issue.
Can you please elaborate on when it happened and is it one time or recurring?
on break ideally you would not send anything as input also this is strange.
cheers
Check your For Each activity:
This fixes the issue in almost all cases.
If you want, send a screenshot of your For Each activity and I’ll confirm which one you are using.
It reoccurs every time I run, so consistent
Reoccurring, I was able to recreate it the same way multiple times.
Hi @edevries
Strange, You can check For Each might be TypeArgument set incorrectly…
If yes Try to set the TypeArgument of the For Each to the correct type, usually string.
Happy Automation
Is it thrown on break only
can you run in debug and show locals panel results when error occurs
cheers
Same error. Also, currentBOLPath, which is the item in the collection we are iterating over is the string that is expected in the local panel
I am just going to rebuild the activities. I made a new for each loop activity for the same collection with a break activity in it and it worked.
Sounds good, it worked for you.