Skip to main content
Solved

How to Display Choice Field Labels Instead of Backend Values in Moveworks (ServiceNow Integration)

  • June 23, 2026
  • 1 reply
  • 24 views

I have created a custom plugin in Moveworks for the ServiceNow Problem table. In this plugin, I am fetching details such as the Problem Record Number, State, and Priority from ServiceNow.

However, I am facing an issue with choice fields like State and Priority. Instead of receiving the display label (for example, “Closed”), Moveworks is returning the backend value (for example, for Closed).

Example:

  • In ServiceNow:
    • State = Closed
    • Backend value = 7
  • In Moveworks response:
    • State = 7 (instead of “Closed”)

Expected Behavior:

I want Moveworks Assistant to display the user-friendly label (e.g., “Closed”) instead of the numeric backend value for choice fields.

Best answer by Ambika_Goyal

In Query params of http action add 
sysparm_display_value=true

1 reply

  • New Participant
  • Answer
  • June 23, 2026

In Query params of http action add 
sysparm_display_value=true