How to re initialize the string array

how to reinitialize the string array. i want to remove all the data from the string array.

In UIPath a activity called “Clear Collection” you can use it.it will delete all your array values.

2 Likes

Try this -

Main.xaml (7.1 KB)

you can assign it an empty array as well

ok thank you .