Skip to content

copyValueTo doesn't like arrayIndex #563

Open
@ghost

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions