Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I want to send my runtime exceptions in mail.
I tried using SalesforcebulkExec --> tlogcatcher --> tsendmail
I am using this in tsendmail : ((String)globalMap.get("tLogCatcher_1_ERROR_MESSAGE"))
but I am getting null value as my exception result.
Can anybody help me ?
You do not need connect component to tLogCatcher
You can drop tLogCatcher anywhere, in properties enable catch everything
If You want more information - add tDie and/or tWarn components into Your flow
Examples of messages (I use Slack and ELK, but it same logic for email):
Thanks !
Issue has been resolved