I noticed that add item to collection activity has been replaced with Append Item To Collection. but, when I try to use it to add items to a List it’s not adding anything, it doesn’t even throw any errors.
- My List is Initialized with a new list(Of String).
Am I missing something? or it’s a common issue?