Issue
I am trying to refer active choice parameter return values in active choice reactive parameter.
I did the the following enter image description here
alt="enter image description here" /> How do make refvariable to return 'abc' + some text append to it.
Solution
change return ["${name}"]
to return [name]
Answered By - yong
Answer Checked By - Cary Denson (JavaFixing Admin)