Accessing other form variables from inside multi-row variable pop-up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2019 08:38 PM
Hello,
I am having trouble accessing other variables on a form from within the screen to add a row to a multi-row variable set.
If I run an onChange Client Script on a variable inside the multi-row variable, I don't seem to be able to access variables that are not in the multi-row variable.
Here is an example:
If I set the value in the Multi-Row Variable to "Yes", it should be printing out the value of the "Please Print Me" field in a field message, but it seems like I am unable to access it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2020 05:55 PM
Thanks for helping clarify <any_attribute_name> 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2020 01:28 PM
Thanks Ryan, pretty straight! It worked 100%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2020 08:34 AM
That works great! Thanks for sharing here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2020 03:09 AM
This doesn't seem to be working in the backend view. Did anyone figure out workaround for that?
I get "TypeError: this is null" in the console.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2020 04:42 AM
I think the this object is available only on client side, and you can use it in Client Scripts. Where do you want to read the value?