I am trying to send an email with an attachment using SMTP.I am getting the following error "Internal : Collection fields are defined but cannot be matched to the incoming collection - The collection definition does not contain the field filepath".
I have two action stages :
1.Configure : Used Configure action in Email POP3/SMTP VBO
2.Send Mail : Used Send Message action in Email POP3/SMTP VBO
In Attachments,I have specified a collection name [Attachments] contains a fieldname "filepath" of type text and initial value to this filepath field is "D:\UiPath User Guide.docx"
Please help me in sending an email with attachment.