Please help me how to add a value to a list variable using add to collection activity
Hi, what is the problem you are having?
@bcorrea I wanted to append new value to list, i am using add to collection activity but getting error.
Please find the below screenshot.
your type argument is String, and the item will be just a string too and not {""}
as i said, you need to use String for the TypeArgument…