Hi
I am new to PowerApps and Dataverse.
I am trying to auto populated data in text field 2 based on changes in text field 1.
I wish to show data on label2 / text field2 based on change in data in text field1.
I tried following steps:
- Using vertical gallery on canvas to pull data from Dataverse. Table has COUNTRY names.
- On right hand side I am populating form with CITY names based on selected COUNTRY name in gallery.
- When user select COUNTRY = Denmark, on right hand side gallery, then text field 1 gets populated with capital of Denmark = Copenhagen (using data from Dataverse CAPITAL column).
I want: Text field 2 or Label 2 should automatically fill names of various languages spoken in Copenhangen.
Using LANGUAGES column in dataverse.
Example:
For Country = Denmark, Text field 2 should show= Danish, English, Norwegian.
For Country = Finland, Text field 2 should show= Finnish, English, Danish, Swedish
- I am able to get capital city name in text field when user select specific country name on vertical gallery list.
- I am unable to populate languages names in text field 2 based selected country names. I could get 1 language name in text field 2 however I want all languages related to each respective country in text field 2 and I am unable to get it.
- I tried to keep text field 2 outside the form and also inside the form however could not get all languages list related to specific country.
Any help or guidance will be appreciated.
My form and table screenshot is attached: