Is it possible to prefill a multi-select dropdown using a default expression?
It seems to want to accept an array of strings, but returning an array of strings from a custom function does not populate the field with choices.
Example JSON:
I can confirm that the custom function does return a proper JSON array of strings, I've tried passing back a comma-separated string list as well which did not work either.
Any way around this? The values to be populated are dynamically generated as the user goes through the survey, ie: from other questions, so they can't be passed in prior.
Example function:
Can also confirm that the value IS being set. Just not displaying in the dropdown.