Hi all, I’ve assigned a list of files into a variables and add to collection, to send through ‘send SMTP mail message’ activity, but the following error shows:[Compiler error(s) encountered processing expression “list”.
Value of type ‘System.Collections.Generic.List(Of String)’ cannot be converted to ‘String’.]
How could I fix this error?