I have a foreach loop set up that splits a delimited variable and is supposed to loop over the resulting tokens. The delimited variable has two tokens and the loop does indeed run twice, however, none of the loop variables seem to be available while its running. I'm trying to inspect them using the Popup and it says [Current context (running Task) is not in a loop]. Of course, when I click ok, I get the same popup again, since it IS in a loop.
Popup message definition:
Loop Name: {LOOP(Name)}
Loop Type: {LOOP(LoopType)}
Preset X Value: {LOOP(PresetValueX)}
Preset Y Value: {LOOP(PresetValueY)}
Current Y Value: {LOOP(CurrentValueY)}
Result:
What am I doing wrong?