BluePrism: Object reference issues

pravesh999

New Member
I am getting below error only when I move the code in prod environment, there are values in collection and inside loop its not working. I have checked stages are inside loop, in loop stage correct collection is referred and data is in collection.

1638174182281.png
 

Pete_L

Active Member
You get this error when the Data Item (in this case: [FullColl.ASOF]) can only hold data during runtime. Since you are in the Studio, the Process is not running and you cannot evaluate the expression.
 
Top