Routine ends after loop instead of continuing

OS(e.g. Win10): Windows 11 pro
PsychoPy version (e.g. 1.84.x): v2023.2.3

I am new to psychopy and trying to building a simple memory task where participants indicate whether they remember images and their location on a screen. When I run the routine, the loop runs for the allocated amount of trial repetitions then the routine ends without continuing to the next part of the routine “finish screen”. There is no error message shown. The program does not indicate any issue. Please help.

Can you try inserting another loop that encapsulates the entire experiment? So the loop would go from “practice trial” to “finish screen.”

Hi, Thanks for your response. I tried this and the issue was still the same.