I want to show ALL names from a collection “LEDEN_ACTIEVE” to populate the options in a multiselect-field.
I’m trying with the formula createArray, but I only get (“current value”) one name, not the array of all names in my collection.
What’s the solution?
Hi,
try to use “leden_actieve.data” inside the “options >> formula”.
You have the array already. You just need to pass it to the multiselect element and bind “Label field” == “TOON_NAAM” and “Value field” == …id of an option…
did you get your “Initial Value” property to work? Mine just doesn’t seem to apply the “label field” property to the collection in the “Initial Value” property
my initial value is binded (in the multiselect-element) with the multi-select-field of my Airtable


