Access Condition File variables online experiement

Did you find a solution? I have the same issue. I have a code component that uses data.importConditions() to load information from a CSV file. When I run it on Pavlovia, I get this error messgae " ReferenceError: data is not defined". When I look at the console from the browser inspect view, the error messages are:

core-2020.1.js:1438
ReferenceError: data is not defined
at Scheduler.experimentInit [as _currentTask] (PLW_development_04.js:127)
at Scheduler._runNextTasks (util-2020.1.js:1091)
at Scheduler._runNextTasks (util-2020.1.js:1094)
at update (util-2020.1.js:1058)

The problematic line in the javascript (line 127) is
imageNamesRel = data.importConditions(“relevantImageNames.csv”);

I think there is another post asking how to translate data.importConditions into javascript, but didn’t get an answer.