- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 01:05 PM
Hello,
I'm trying to figure out a way where we can add a current Variable ${current.variables.variablename} to the subject line of a Workflow Notification for a catalog item to alert a certain amount of users.
The message body is picking up the ${current.variables.variablename} however when i put it in the subject line, it just omits the variable instead of sending it.
Below is what I'm using
Email looks like this, just stops at the cost center creation, and does not add the variable.
Any ideas why it would not read it?
Thank You,
Aaron
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 01:41 PM
Hi,
Is the notification set to trigger on the request item table? Does that variable for that use case actually have a value selected on the request for it to then be picked up here in the notification?
Your current format should work as that is what you'd use.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 01:41 PM
Hi,
Is the notification set to trigger on the request item table? Does that variable for that use case actually have a value selected on the request for it to then be picked up here in the notification?
Your current format should work as that is what you'd use.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2024 08:40 AM
Hi Allen,
Thanks for the follow up. What i ended up doing is removing current from Infront of the variables.yourvariable and it worked.
Apparently adding current in the variable in the subject line of the notification does not get read.