I have a form, with multiple dropdowns, I have a button to select the language of the application. The form populates from a gallary.
varLang is set at app onstart to "en-ca", when you select the button , it changes the varLang to "fr-ca".
All my drop downs have items coded with
If( varLang="en-ca", [items],[french items})
I have the defaults set to ThisItem.datacardname,
When I hit the button to change the language, The dropdowns change, but don't read the sharepoint list they are defaulting to the items and are not saving.
What am i missing