Choice Field Data Pill in Flow Designer Inserts Display Label Instead of Internal Value<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } When using a data pill for a Choice-type field within a flow, the resulting value that gets set is the display label instead of the internal value. This can be reproduced using only out-of-box tables and actions: Create a flow triggered on record creation/update of a standard table (e.g., Incident) that contains a Choice field.Within the flow, use the data pill picker to reference that Choice field's value elsewhere in the flow (e.g., to set the same Choice field on another record).Run the flow and inspect the resulting record (e.g., via XML export). The Choice field is populated with the label text rather than the expected internal value. This is confirmed working-as-designed behavior in the current platform version. When a Choice field value is referenced via a data pill in this manner, the flow passes the display label rather than the internal value.