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.
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?
AddingSystemExceptionsToaCollection.xaml (5.1 KB)
Kind Regards,
Ashwin A.K
Hi @fairymemay
Try to Change the Augument New System.Collections.Generic.List(of String)
Regards
Gokul
HI @fairymemay
Try assigning the default value as
Out_ExceptionList = New Collection(of System.Exception)
Eg:
Regards
Sudharsan
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.