When I upload a document and send the email, the document is not attached.
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.