Get multiple input values

Hi,

I want to get multiple date values as an input say example Date = 13 , 14, 15 as an array value.

Please help me in above

@Vasanth_Kumar Can you Explain what you want to do ? Do you want to know how to create an array variable ?
If so, You can Create a variable and Set the type to Array of String, then in the Default Values, you can add default values in this way :

arrayStr = new System.String(){“12”,“13”,“14”}

I want to get these values as an input

I am looking for a solution of same type.
Can anyone please help me?