I'm using a checkbox variable to determine whether or not to show a multi-selection box variable.
However, when I set "Should Prompt" like this:
groovy: vars.getValue("checkbox_var").equals("yes")
It doesn't seem to work. I was wondering if it's because "Should Prompt" doesn't have access to the configuration variables?
Do you have any suggestions on how I can fix this? Any help would be greatly appreciated!
Thanks,