Hi all,
I am a PowerApp beginner.
I want to change the text on a button (or label) depending on a dropdown on the screen (with fixed values).
So I have a dropdown with the values "English" and "Dutch"
I have a sharepoint list that looks like this and I added the SP list as a datasource:
Translations
| Titel | English | Dutch |
| button1 | Move to next screen | Ga naar volgend scherm |
| label2 | Welcome | Welkom |
I can achieve what I want with a formula and fixed texts in that formula, but I want to easily add extra columns (languages) to the Sharepoint list.
I know there is a connector to automatically translate, but I want to control the translations.
I tried some different formulas like the below, but they don't work
LookUp("button1",Translations,DropdownLanguage.Selected.Value)
I would then per label or button add a line on sharepoint and refer per button to the title I will give it on Sharepoint.
Thank you in advance for your help.
Kind regards, Tinneke