Thank you again for reaching out Tesan, in the end the solution, AS EXPECTED, was terribly straightforward:
a- correctly spelling in the blast node: @id=`detail("../metadata","iteration",0)` (i was missing the back ticks, stupid me, so the blast node wasn't reading it properly);
b- adding a second block begin (if you lay down a for each number preset, you'll get it right away) and set it to fetch input and make it stream down to block end of your loop, and then attach the blast node from a-, so that it keeps the correspondent piece/iteration only, so now you can reference it to whatever you want to do in your "main" stream of the loop.
I'm just writing it down so that anybody in the future will solve the problem, still, thank you for you effort!!!!
Best wishes!