Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
did you used this template?
If so, you can apply formula to that in condition.
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.
Hello, sorry if I didn't express myself properly. My problem is with Qlik Cloud - Automations.
did you used this template?
If so, you can apply formula to that in condition.
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