Multi Row Variable Set - Dynamic Select Box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2019 06:50 AM
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
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2021 03:31 PM
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!