How to Display ServiceNow Choice Field Display Values in a Moveworks Conversation Process
I have a ServiceNow Incident record where the State field is a choice field with the following mappings:
- 1 = High
- 2 = Middle
- 3 = Low
When I retrieve incident INC123456 via the ServiceNow REST API, the response contains "state": "2". In a Moveworks Conversation Process, how can I convert this choice value to its display label (for example, "Middle") before presenting it to the user? Is there a built-in way to retrieve or map ServiceNow choice display values?