Hey there,
I'm struggling trying to use a message variable to navigate an array that is also a message variable, in a change node, as follows:

I tried the following, but nothing works:
msg.months[msg.index]
msg.months[index]
msg.months[$.index]
msg.months[$$.index]
What am I doing wrong?

