Multi Row Variable Set - Dynamic Select Box

Alex Ward
Tera Expert

Has anyone had any experience in adding options to a select box within a multi-row variable set, based on information added to another multi-row variable set?

e.g.

MRVS1 has two fields, Type (pre-filled select box) and Name (string).

MRVS2 has one field, Name (empty select box).

Based on the Type selected in MRVS1 the Name gets added as an option for Name in MRVS2

 

I'm thinking that g_form.addOption may be a possibility. But I'm unsure how I can access the value of Name in MRVS1 each time a new line is added

5 REPLIES 5

Hey Alex! I love your solution to this. While i also don't know how this may affect best practices and what not, I still think you should mark your comment as the "answer" to this community post. Good job!