Hi Guys,
I have two dropdowns and one text field.
I now want to merge the selected values of both dropdowns into the one text field.
In dropdown1 there is text to choose from.
In dropdown2, numbers are available for selection.
I have already tried this:
Text(Dropdown1.Selected.Value+Dropdown2.Selected.Value)
But now in the text field only the value of Dropdown2 is displayed.
What am I doing wrong?
Greetings