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 

Drop Down Choice - Show Input On Selection

Can i auto populate a static text in the TextBox that is rendered on selecting a choice from dropdown.?

DarrellDDarrellD

Depending on how many drop down values you have, one kind of ugly way is to make decisioeach or each drop down element, then assign a value to a variable based on this. The text box would display the variable value.

 

You are essentially talking about dynamic values which aren't directly supported yet. If you have lots of values, there are some custom Apex classes on Github that the developer of Flow has made for workarounds in a few areas.

abhi@rudraabhi@rudra

Thnx for the reply....also about show input on selection text box, where does the value entered in it get stored...?