Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2021 07:06 AM
I have not yet used a multiselect, but for a single value widget you get {"widget":"value"}
And according to the help:
When using dbutils.widgets.get() with a multiselect widget, you get a string of
comma delimited items that are selected by user.
So I would think you have to pass a comma separated string, so "ALL, A, B, C", a string object not an array.