You are returning immediately from the function after printing the first element (due to the Return node at the right side). Either remove it, or link it in the Completed pin, and it’ll successfully print all your array elements.
You are returning immediately from the function after printing the first element (due to the Return node at the right side). Either remove it, or link it in the Completed pin, and it’ll successfully print all your array elements.