How can I loop console command in blueprint?

Hello.
I want to loop console command in blueprint . I used ForLoop & Execute Console Command . But it work once.
Please help me ><

Hi Moto-man,

Here I create a simple example, and to ensure that ConsoleCommand executes not only one time, I print iteration index to the screen.

Best regards,

Thank you !