Add Iterator Outputs to Get Messages

I don’t know if it’s intentional, but i needed the number of iteration for a check system but thats not really relevant to my concern

Can you describe more and provide images. Possible workarounds also help


thats the Get Messages variables above and it seems to be missing the variables in the image below

Yes, it does appear to be missing. For now you can create a local variable with a value of 0 and then the first block in the iterator can increment the variable by 1.

okay thx