Textbox with array of strings

Here is a screenshot from running a script in PSU. The NameStartsWith parameter takes in an array of strings.

Is it possible to do the same thing in a form on a dashboard? So far the closest I’ve found for inputting multiple string values is using a multiline textbox but this is more neat imo.

You can use an autocomplete to do this.

image

    New-UDAutocomplete -OnLoadOptions {
        $Body | ConvertTo-Json
    } -Multiple