Hi folks.
So, I have this dropdown list with some variables in it. Let's say Rock, Metal and Pop. I want to save the selected object in a variable that I can use as a tag.
In other words: If I click on Rock, the variable should be set to "Rock" and not Rock. That way, if I want to use the "Rock" tag in something, I can just input the name of the variable, right?
Right now I have When List clicked, set Variable to List.SelectedText
This saves the name of the text, but without the quotation marks. If I make it ""&List.SelectedText&"" it makes no difference.
So, how can I save this List.SelectedText with quotation marks to a variable?
Thanks in advance