As usual another Kirby 101 hurdle for me, but: is there a way to get first()
from a Multiselect field? I’m currently trying with this:
$subpage->multiselectField()->first()
and it’s returning the entire list of items. I also tried to split()
it first just in case, and no luck.