Hello,
I'm new here and also new to powerapps.
I made buttons where you can select your language. The variable "languageuser" is then set to the chosen language.
In the next screen I want to search the word in the chosen language in my sheet, so that i don't have to make different screens for every language.
So the text of my button on screen2 should be e.g. "dolor" if you chose spanish. So I used lookup(sheet1;english="pain";languageuser). But this gives me the answer "spanish" which is the text of the variable languageuser.
If I use lookup(sheet1;english="pain";spanish) it works perfectly fine and gives me dolor.
I don't understand why there's a difference when languageuser=spanish?
Thank you very much,
Alex