Skip to main content
Question

Custom Field Retrieval

  • November 11, 2025
  • 2 replies
  • 64 views

samryanturner
Forum|alt.badge.img+7

Has anyone had any luck retrieving the value of a custom field on an older alert from within the context of a newer alert playbook execution? It doesn’t seem to be included in the JSON result of ‘Case Details’.

Currently trying to get the following logic together:

 

Alert comes in → custom field set from output of action in playbook → alert closed
New alert looks up old closed alert → retrieve value of custom field for old alert → do something with value in new playbook.

 

Thanks!

2 replies

kentphelps
Staff
Forum|alt.badge.img+11
  • Staff
  • November 21, 2025

Take a look at the action “Get Custom Field Values” to see if it can do what you need.


samryanturner
Forum|alt.badge.img+7
  • Author
  • Bronze 5
  • November 24, 2025

Take a look at the action “Get Custom Field Values” to see if it can do what you need.

I don’t believe this works with getting custom field values for alerts other than itself from what I can see.