- 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-15-2018 09:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2018 10:04 AM
Hi Nitesh, I saw those links already and tried that earlier. Looks like those are for the Server side level and not at the client level. Any sample of the script if it works for you would be helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2018 10:25 AM
Can you check this out?
To store value in multiline text field using array
- 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.