-
Notifications
You must be signed in to change notification settings - Fork 649
copyValueTo doesn't like arrayIndex #563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also running into this issue. How do I copyValueTo within a Tabarray? |
This should be working now in the alphas. |
Testing on pre-release. No luck so far. Am I missing something?
Replacing the
|
@michaelarichard thanks for letting me know, I'll take a look. copyValueTo paths are not interpolated or pre-processed it appears, I should be able to sort it soon :) |
Is this suppose to be resolved in 1.0.0-alpha.4? I have the same issue. |
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.
Any ideas? I feel I may be missing something obvious.
The text was updated successfully, but these errors were encountered: