the output of “get active window” activity is of type uipath.core.window type variable
I am trying to store an array or list of this variable type into an array or list.
however, encounter compilation error as I am not sure of the correct syntax to instantiate and to append or to remove item from the list/array.
I wonder exact code can be shown here on how to instantiate and to append, remove item from the list/array ?