Creating a list/array from input dialog

Hi @Short ,

You would need to use a String type variable as the output variable for this.

In the Input Dialog, we could mention as to How the words would be considered as separate words like below :
image

We could then perform a Split by comma to get the data in an array format, if that is the intended output.

1 Like