Hi,
We have a requirement to allow users to select multiple development languages and versions for an application in Power App.
The requirement is when they select a development language the user should see the version related to the selected language.
I created a hierarchical reference to the development language entity where they can enter dev lang to multiple versions. Then created N:N relationship to the Application entity.
I display a Subgrid for the users to select development languages. However, I won't be able to give them the option to select dev language and fitler child in the format (refer to image 1).
We need to enable users to choose multiple development languages and versions for an application in Power Apps. Our requirement is that when a user selects a development language, they should see the versions related to that language.
To achieve this, I created a hierarchical reference (refer to image 3) to the development language entity that allows users to enter multiple versions for each language. Then, I established an N:N relationship between the development language entity and the application entity.
Then I display a Subgrid (refer to image 2) for the users to select development languages. However, I won't be able to enable users to select development languages and filter the associated versions in a format similar to the one shown in Image 1
How can I achieve this? Could you provide me with some example?
Thank you,
Siva
image 1
image 2
image 3