Creation of new eVar list - Debugging problems
Hi,
I'd like to start sending new values to an already created list2 variable that isn't in use. The configuration in Analytics is currently as follows:
.
We've got an existing custom event configured in Data Collection that tracks and action and send information to Analytics about the user selection within a dropdown on page. This information about the customer choice is sent to Analytics via a standard eVar. All ok with the event and the population of the existing eVar.
Now we've got the requirement to send, along with the existing eVar, the same values but in this case to the lis2 variable.
I've tried to start sending the required values to the list2 variable using the custom code feature within the very same event as follows:

I'm using the same custom dimension that I've used for the standar eVar (already working fine) but I can't see the list2 variable when I check the Analytics' server call in the console.
I've tried with this other testing custom code within the event configuration:

None of them seem to to be working.
Can I get some information about what I'm not doing correctly?
Thanks.