Help with "nested lists"

You could preload your files into separate cond1, cond2 and cond3 lists and then .pop() from the appropriate list during the trials loop.

Have a loop at my trial switching demo for how to load from a spreadsheet into lists in code. My PM and independent randomisation demos preload using a loop.