Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Gartner® Magic Quadrant™: 15 YEARS A LEADER - GET THE REPORT
cancel
Showing results for 
Search instead for 
Did you mean: 
AlejandroJuarez
Contributor III
Contributor III

send mail block fails

Is it possible that if the sending of the email fails, a retry is made, only if it fails and if possible with a delay of 30 seconds?

Labels (2)
1 Solution

Accepted Solutions
Anil_Babu_Samineni

did you used this template?

Anil_Babu_Samineni_0-1750045806354.png 

If so, you can apply formula to that in condition.

Anil_Babu_Samineni_1-1750045836072.png

 

 

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

4 Replies
Anil_Babu_Samineni

Looks like you have posted half question,

1) What email configuration you are referring (Qlik N-Printing?)

2) How are you sending for now?

Because if you can loop properly it must work with delay or PowerShell script.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
AlejandroJuarez
Contributor III
Contributor III
Author

Hello, sorry if I didn't express myself properly. My problem is with Qlik Cloud - Automations.

 

automatizacion.jpg

Anil_Babu_Samineni

did you used this template?

Anil_Babu_Samineni_0-1750045806354.png 

If so, you can apply formula to that in condition.

Anil_Babu_Samineni_1-1750045836072.png

 

 

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Shai_E
Support
Support

Hi @AlejandroJuarez 

I assume you can do something with a sleep block (set to 30 seconds after the send email block fails).

You can set the send email block settings to not fail the automation run and instead warn with the errors, then check if the first run of send email is not an object (ie, if it responded with a success object)

If its not an object sleep 30 seconds and then re sent email again.

I assume there is a better way to check for an error object, but i didnt test this.

Best Regards