Description
Hello Jamie
The Simple Scripted condition has a set of expandable examples. The example for "Cascading select list first value equal to" gives
cfValues['My Cascading Select']?.get(null) == 'Some Value'
but it does not work since it has to be like
cfValues['My Cascading Select']?.get(null).value == 'Some Value'
because it contains LazyLoadedOption
Cheers,
Oles