Hello,
Is there an issue with having an expressionEvaluator inside a Custom Transformer that has a Transformer Loop?
I want to call a workbench passing a date of a possible file but I only want it to do so 32 times.
I am using a creator to initialise a counter variable, (I am using Creator instead of having to read in features), then I set an attribute with todays date via DateFormatter, then inside the loop, ExpressionEvaluator to increment the counter variable, then a tester to make sure I haven't gone through the loop more than 32 times, then some processing on the date, and then the Transformer Loop to go back to the start where ExpressionEvaluator than is supposed to increment the counter variable again.
When I the Inspection tool, I see that the counter variable and all the other variables are wiped.
Is there a bug in 2012 SP2?