ERROR: Compiler error(s) encountered processing expression "list". Value of type 'System.Collections.Generic.List(Of String)' cannot be converted to 'String'

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?

Hi,

Can you check if you also set list variable in Attachments property? If so, please delete it, because you already set it at AttachmntCollection.

Regards,