Open

Description
I cannot copy a value from one question in a tab array tab to another question in the same tab. E.g. The following merits no results because arrayIndex is not evaluated as a variable. All other efforts to extract the value have been unsuccessful.
{
"key": "comments[].Checkbox1",
"copyValueTo": ["comments[arrayIndex].Checkbox2"]
},
"comments[].Checkbox2"
Any ideas? I feel I may be missing something obvious.