Multiple selections in prompt action

would like to have the option to select multiple items in a prompt action

There’s a boolean you can set to make a single select a multiple select.

addSelect(name, label, values, selectedValues, allowMultiple);

Prompt documentation :slight_smile:

2 Likes