Skip to main content
Solved

Getting the value of {{ticket.fwd_emails}}

  • March 5, 2025
  • 1 reply
  • 35 views

Forum|alt.badge.img+5
  • Skilled Expert
  • 14 replies

Hello,

This might be a silly question but I’m trying to update Requester when a ticket is forwarded.
I have a workflow which runs on certain tickets and when those tickets are forwarded I’m trying to get the output of {{ticket.fwd_emails}} and then format that so I only have the email address and then update the Requester with that but I’m strugging to get the value of {{ticket.fwd_emails}} and all of my expressions return a blank value or Liquid Error if I try and build an expression off the value of {{ticket.fwd_emails}}

Any assistance would be appreciated here.

Thanks

Best answer by Razor

Managed to sort this through the json parser node.
Using a GET web request to pull ticket info and then a json parser to add a new string with the value of the first substring of the fwd_emails array.

View original
Did this topic help you find an answer to your question?

1 reply

Forum|alt.badge.img+5
  • Author
  • Skilled Expert
  • 14 replies
  • Answer
  • March 6, 2025

Managed to sort this through the json parser node.
Using a GET web request to pull ticket info and then a json parser to add a new string with the value of the first substring of the fwd_emails array.


Reply