Changing selected rows using variable in JS

Description of the problem:
image

I have a condition file for my routine trial which contains all possible trials.
I wanted to use a subset of these trials for each block using a separate condition-file in the ‘blocks’ loop.
My blocks.xlsx file contains a single column called trial_rows where each entry is a string such as 1,2,3,4,5,6 which specifies which rows should be selected in my trial loop:

image

This works perfectly well in the local version. In the online version, the trial routine is only called once for each block.

Do I have to store the selected rows in a different format?

1 Like