How to automatically fill a text box by selecting an option on a drop down?

0
In a form I have a drop down. I want that when I select an option in it, a text box of the same form is automatically filled with an integer value. For example, I select the option X of the drop down, and automatically in a text box I get a value of 50.
asked
1 answers
1

Hi Sergio,

 

You can add an “On Change event” to the drop down. The event can then execute a microflow/nanoflow that fills the other attribute.

answered