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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
FOURS28
Contributor
Contributor

Problème de mails en double

Hello,

I have developed a job on Talend 7, a query that loads the data into an excel file and then the file is sent by email.

In production, the job runs every 15 minutes and sends the email even if the data has not changed.

What I want to do is to send the file if the data has changed and if the data has not changed I send nothing.

How can I do this?

 Thank you for your help.

Labels (1)
  • Other

1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

Trigger tSendmail component using RunIf connector, this connector requires a boolean expression, check the data if they are changed or not, define a global variable with boolean type based on the result, this global variable will be used as the condition of runIf connector.

 

Regards

Shong​

View solution in original post

1 Reply
Anonymous
Not applicable

Hi

Trigger tSendmail component using RunIf connector, this connector requires a boolean expression, check the data if they are changed or not, define a global variable with boolean type based on the result, this global variable will be used as the condition of runIf connector.

 

Regards

Shong​