How to make our experiment to start reading the spreadsheet including 30 conditions (30 rows) from scratch after playing 5 conditions?

Hi everyone. I have an experiment that read and play audio samples from a spreadsheet. In each block of my experiment I have to play just 5 audio samples (5 trials) to familiarize participants to the procedure and then execute the whole samples which include 30 trials. I’m wondering if there is a way to avoid create a whole loop for this and just put a counter and after reaching the counter to 5 it start reading the whole spreadsheet from the scratch (including the 5 audio samples that has been played in the practice trials)?

Adding a new loop is a simple solution. You’d need some code to end the first loop after 10 trials but it could be done using a single routine (inserted twice into the flow)