Hi Danilo , check if it helps :
In Genesys Cloud Scripts, the participant data variable only stores the Value field.
There is no native mechanism to automatically store or retrieve the Display label in participant data.
Why this happens
A dropdown list in a Script has:
-
Display → what the agent sees
-
Value → what the system stores and sends to Architect, participant data, flows, etc.
When you assign that dropdown to a variable (e.g., TransferSelected), only the Value is exposed.
The Display label is considered UI-only and is not saved anywhere unless you intentionally save it.
How to get the Display value (workarounds)
Option - Create a second variable and map the Display manually
You can create a Custom Script Action (Set Value) that maps:
Then store DisplaySelected into participant data.
------------------------------
David Betoni
Principal PS Consultant
------------------------------