I have an expression get_feature('Schools', 'INST_NO', "schoolid") which returns a feature, as intended:
However, I want to test if the feature is currently selected. So, I have created this expression is_selected(get_feature('Schools', 'INST_NO', "schoolid"), 'Schools')
Which looks just like the example given in the help text for is_selected.
However, this does not work; it throws the error Eval Error: Cannot convert to feature:

