Solved! Go to Solution.
Hi @Kowshikkumar ,
So far you cannot add textinput in the options of Dropdown control. You could add an additional textinput control beside the dropdown control, then use Concatenate function to join the selected value and the input together.
For example:
Concatenate(Dropdown1.Selected.Value,TextInput1.Text)
Regards,
Mona
Hi @Kowshikkumar ,
So far you cannot add textinput in the options of Dropdown control. You could add an additional textinput control beside the dropdown control, then use Concatenate function to join the selected value and the input together.
For example:
Concatenate(Dropdown1.Selected.Value,TextInput1.Text)
Regards,
Mona
User | Count |
---|---|
136 | |
135 | |
78 | |
72 | |
69 |
User | Count |
---|---|
222 | |
136 | |
78 | |
60 | |
54 |