function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
abhi@rudraabhi@rudra 

Visual Workflow - Drop Down Choice - Show Input On Selection

I'm creating a drop down with two choices and each with "show input on selection" checked. How do i refer the value passed into the text box. Where is that value stored.

RajaramRajaram

Referring to the screen choice field will get you what the user typed into the box

SnrSvcsWASnrSvcsWA

This does not seem to be working for me. I have a field called "Case Manager" with an option called "Other"  (that shows input - lets say user inputs "Bob Smith"). Later in the flow, whether I refer to "Case Manager" field or "Other" choice, it just displays "Other" rather than "Bob Smith".

 

Later, when I create a record and assign the value of "Case Manager" to a text field, the record is created with the value "Bob Smith", which is what I want. 

 

Am I missing something? Not sure why in one context it would display the Option and in the other it would display the Input. 

Mitch_AMSMitch_AMS

Use an Assignment to assign the UniquedropDownListName (result) to a variable. Then display the varDLName instead of the UniqueDLName.