Having a rough time figuring out how to render a single role owned by a terminated user in the email template using Velocity. If there are multiple roles owned, then this velocity works:
#foreach ($rolename in ${rolenames})
$rolename
#end
#end
However, if there is only a single role owned then it never renders.
I am attaching the workflow for review. I am really hoping someone can point me in the right direction! Thanks. RoleOwnerTerminationWorkflow20231031.json (2.8 KB)