Hi Tamil,
Thank you - I am using the desktop file method (shown from your image) but also i am sending my bot through a bot runner which in the past has allowed me to attach files while using the send function - I can see the email being sent but still no attachment...
any ideas?
Hi @sobir Ali ,
Raise error if the attachments are missing(Desktop only) ,
Could you try the below options,
Optional: Select the Validate if attachment is missing check box to verify that you have attached a file and the attached file exists.
The Validate if attachment is missing check box is selected
If a file is not attached, the email is not sent and the bot encounters an error.
The Validate if attachment is missing check box is not selected
The email is sent even if a file is not attached.
Thank you for the response -
I have managed to figure out why it was not attaching the file. It was due to AA not liking Wildcard (*) at the end of my attach files location (e.g. C:\Users\User\Documents\File*.csv) instead placing the file name in variable (e.g. C:\Users\User\Documents\$NameOfFile$.csv) did the job!