Gosh… what a stupid error, didn’t update the syntax of the multiselect:
this is working:
type: multiselect
options:
type: query
query: kirby.collection('boostidkvscachedevents')
text: "{{ arrayItem.text }}"
value: "{{ arrayItem.value }}"
Replacing my fetch
to query
did the trick. Leaving this here in case