I am try to attach error screenshot with my mail but here take screenshot but it’s not attached.please help me out.
Thanks
are you passing attachments into send outlook mail activity?
Im using invoke send mail and I already attached argument of that. @jack.chan
can you upload damen_sendmail.xaml here?
Thanks
I am using ReFramework and this sendmail workflow used everywhere in my project and passing argument from config file.so i cannot put there attachment
click open the workflow and click sebd outlook mail message, you’ll see the properties on the right side
Hi @prashant1603765 ,
In case, at a point in the workflow we do not have to send an Attachment with the mail, we can pass Nothing
as the parameter value for in_attachmentList
.
Thanks
It’s taking screenshot but not attaching in mail.send mail is working but attachment is not there.
Can you use a Write Line
Activity inside the Mail Workflow to Check there is an attachment being passed ? You can pass the value like below :
in_AttachmentsList(0).ToString