Hello guys,
I try to extract the name, email address and attachment folder from every email received. I developed the receiving and saving of the attachment and I also know how to write the datatable to excel. So far I tried to use “Build datatable” activity and add rows by initiating a list and add the items to the collection (error: I was not able to initiate a list of mails), the last thing was now to keep the addresses in a mailmessage,collection (as shown here Check if an email has been sent out - #4 by beesheep), however I get the error message “mail.from” can not be converted to collection (is this only working for sent out messages?).
Here’s my code, if this helps: GmailReading_Main.xaml (20.3 KB)
I would be so thankful if one of you can help me!
Best,
Tina