Possible Bug: 2022.1.1 - 2022.1.3 URL Parameter not included in filename

Hi @TelsaNova17,

In another thread we have a potential workaround for this issue using a Javascript-only code component. In the Before Experiment section of the code component you can add:

util.addInfoFromUrl(expInfo);

and this seems to force the URL parameters to be read before the participant file is created. I briefly tested this in a minimal example in Version 2022.2.4, but have not tried it in a full experiment yet.

Credit to @young1 for first proposing the workaround.

-shabkr

Edit: This bug should now be fixed in 2022.2.5