Error "Add to Collection"

Hi @yulya ,

To resolve the error we have to initialize the list of string variable you created. Please use the below statement in the default section of your list variable. Thanks.

New System.Collection.Generic.List(Of String)

Please refer the below thread for more guidance.

1 Like