Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
joe86
Contributor
Contributor

Trigger mail only if Attachment is not empty

Hi All,

I need to send a mail only when the attachment is having values. If the attachment is empty, i should skip sending mail. I checked advance setting of tSendMail and found no options to do so. one option that comes to my mind is to load the output to a table and take count of the table and do a workaround.

is there any other option in talend?? 

Labels (2)
20 Replies
joe86
Contributor
Contributor
Author

thanks a lot dude.. since the data type of size is "long", had to change from "int" to "long" in IF condition.

Now the condition work perfect.