The documentation mention the parameter type "STRINGS" which allows to give a "list of strings" to a plugin : https://doc.dataiku.com/dss/latest/plugins/reference/params.html?highlight=strings#string-parameters
But a parameter configured as following doesn't work (type invalid, no field shown in UI) :
{
"name": "IDs",
"label": "List of IDs",
"type": "STRINGS",
"description": "List of IDs identifying items",
"mandatory": false
},
Is there something I'm missing ? Or is it a bug / doc bug ?
STRINGS and MULTISELECT were implemented in Dataiku 6. Perhaps you are using an older version?
The MULTISELECT also don't work as specified ( https://doc.dataiku.com/dss/latest/plugins/reference/params.html?highlight=strings#multi-choice-para... )
Hi,
Unfortunately I was not able to reproduce the issue on my side with the provided information.
Could you provide more details to help us better understand the situation ?
For example can you share the plugin directly ? If not can you:
Thanks you.
Regards,
STRINGS and MULTISELECT were implemented in Dataiku 6. Perhaps you are using an older version?