15
Views
1
Comments
[SMTPClient] Issues with the Attachment
smtpclient
Web icon
Forge asset by Wei Zhu
Application Type
Reactive

When I upload a document and send the email, the document is not attached.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Cynthia,

That's probably because you didn't use a ListAppend to add the data to the List, but directly assigned the Current of an empty list. As you can see, Length is 0 and Empty is true, so you didn't actually populate the list.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.