- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2018 09:06 AM
Hi All,
We are using a Multi variable set in a Record producer. I want to set the values in a multi row Variable set cell through client script dynamically based on the selection of another field in the same Variable set set. Looks like g_form.setValue will not work for the Multi Row variable set. Please let us know if there are any other work arounds?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2018 10:50 AM
There was a typo in the field name. Else g_form.setValue works also in the MultiRow variable set.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2018 09:31 AM
okay great, can you please close this thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2019 04:31 AM
could you please share the code to access first variable and set the second variable depending on first variable selection in each row.