Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Who am I able to add a global variable to the subject of tSendMail? Whenever I try it is not adding the global variable to the subject. I was able to get it to work for the body of the email but can't seem to get the subject to work.
In the above picture the body works but for some reason the subject does not. Any advice to getting this to work?
This may or may not be the issue, but you should be casting to the appropriate data type when you retrieve values from the globalMap
(String)globalMap.get("myJob")
Unfortunately, that was not the issue but thank you for the information. I will update them now to use casting.
Is the global being set correctly/before you send an email?
Usually you can just reference the job's name from built-in value
jobName