Help with Velocity: Why won't my TriggerObject values populate?
The Campaign Smart List:
Trigger - Job is Updated (Custom Object)
Velocity Script Token:
<p align="center">
<a href="upcounsel.com/job/message/${TriggerObject.ucid}?aid=${TriggerObject.attorneyId}" style="color: #ffffff; width: 175px; line-height: 30px; display: inline-block; text-align: center; font-family: Helvetica; text-decoration: none; background-color: #00C76B; border-radius: 3px;">Message ${TriggerObject.attorneyName}</a>
</p>
None of these values are populating. All the appropriate fields are checked for this custom object.
What am I doing wrong here?