Accessing other form variables from inside multi-row variable pop-up

Jamie Imms
Kilo Expert

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:

find_real_file.png

find_real_file.png

 

find_real_file.png

 

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.

 

22 REPLIES 22

Thanks for helping clarify <any_attribute_name> 🙂 

Thanks Ryan, pretty straight! It worked 100%

That works great! Thanks for sharing here.

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.

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?