I am currently making a dropdown list that is multilingual. I have a column with the options in English, a column with the options in Spanish, and a column with an item identifier.
I also have a Radio button that changes the language from English to Spanish. The issue that I am running into is if I put List.Spanish or List.English as the item for the dropdown (based on the language selected), I cannot collect the text from the item identifier column. I get an error saying I am collecting an error type instead of a data type.
Is there a way to format the dropdown so I can switch between columns, but still collect the appropriate item identifier based on what is selected? Thank you very much