ForLoop not working

I am using a forloop that has its index connected to a macro I made. The macro then links to a print string.
When I run the level, all the prints are based on the last index of the forloop alone. The first index and so on don’t seem to be effecting the output of the macro
Anything I’m doing wrong?

Provide a snapshot of your blueprint, for loop part and macro.

Here it is:

The index is connected to fixture number and is passed as an argument in an html request.

I think the issue is with the JSONFixtures because when I try to use a for loop it works fine.

http://i.imgur.com/J4YzE4C.png

Well, I don’t exactly think so because if I link another JsonFixture and Print String after the orginal two without any loop, they both respond according to their indices as intended.

Can do do a print string after the loop body and before the JSONFixtures?

I don’t see the point of that because I print the data that is output from JSONFixtures.

Just do it to test out whether the for loop is working or not.

Please double click the macro and show us that.

Ya, the ForLoop works fine without the macro

It uses nodes from the Varest plugin.

sorry for the mess. I’m beginning to think it’s because of the download image node which is a delay of sorts

Please put a unique print string after each executable node to see where it stops working.

Its okay, got it to work how I wanted by following this link:

Thanks for the help tho!