The ability to use a ternary operator in variable expressions would make dramatically increase the ways that variables and expressions could be used. Beyond that the current conditional action only allows for a binary set of options but since ternary expressions could be nested we could effectively have elseif conditions.
They are a native operator for JS so I would think it wouldn’t be too much of a stretch to add them in.