If your first loop and routines are working and your second one is failing with similar routines, could you try reusing the routines from the first loop?
Reuse your routines
If you are tempted to copy a routine in your experiment because you want another routine to do a similar thing, consider whether you can simply reuse the same routine.
Routines can be reused either by adding them again to your flow or by adding a loop to repeat them.
The advantages of this are:
Your psyexp file will be smaller. Large psyexp files can become unresponsive in Builder.
If you want to make a change to the routine, you only have to do it once rather than ch…