We are using Literal Expressions for one of our decisions.
Would like to see if coinditionals is supported inside the then ?
Returns with an invalid dmn
if(somecondition) then { if(newcondition) then {....} else {}
}else if (another condition) then {}
else {}