Psychojs - Inner Loop pattern

Hi @dvbridges! I am using a nested loop in an online study and am running into an issue despite implementing this solution. In my outer loop, the “conditions” dialog box is directly calling a file path to my conditions file (“html/resources/debug_levels.csv”). In this file, I have a column labelled “pancakeinstances,” and this column lists several more conditions files I want to call in my inner loop (e.g. “debug_level_1.csv,” “debug_level_2.csv”). In my inner loop, I’m calling “$pancakesinstances” in the “conditions” dialog box. However, when I run my experiment, I get the following error.

Do you have any idea what could be causing this? I tried to look at your nestloops example, but the link is broken. Interestingly, if I load a condition file directly into my inner loop, the experiment works fine, but the variable itself seems to be the issue.

Thank you so much!!