Hello,
Struggling to get this to work.
I have a text input and a combo box - I would like to Concatenate the value the user types in the TextInput and what they select in the combo box, but I would like to have some logic, if the user has already entered "User1 (football)" in the text input then there is nothing to Concatenate.
If the user typed in "User1" in the text input then the Concatenate function should combine the value found in TextInput ("User1") and combo box selection of "Cricket" and combine the values together