Error : Add to Collection

Now I use activity Add to Collection but after run show error as below.

Add To Collection: The property ‘Collection’ of ‘Add To Collection’ is not initialized

My flow as below.

Please guide me about it.

Hi @fairymemay ,

Have you initialized the Collection you are trying to add data to?
image

AddingSystemExceptionsToaCollection.xaml (5.1 KB)

Kind Regards,
Ashwin A.K

1 Like

Hi @fairymemay

Try to Change the Augument New System.Collections.Generic.List(of String)

Regards
Gokul

1 Like

HI @fairymemay

Try assigning the default value as
Out_ExceptionList = New Collection(of System.Exception)

Eg:

Regards
Sudharsan

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.