Hello everyone,
I’m creating a bot to download the files from unread emails in outlook. I was able to assign the existing variables using the dictionary variable for email properties within the loop command, such as sender, subject, received date, etc..., but I was not able to assign a variable to the email attachment’s name. After assigning this variable, I will use the “Rename” action to rename the attachment file saved in the directory with the saved variables (emailReceivedDate, emailFrom, emailSubject).
Does anyone know how can I find the the email attachment’s name to assign to a variable?