Hi, I have a powerapp that lets a user edit data in a sharepoint list. One of the fields in the list is aa Choice field with a large number of choices (30 or so). Srolling It gets rendered in the powerapp as a dropdown. Scrolling the dropdown in the powerapp is difficult for some users. the field is called AreaVisited, The list/datasource is called 'Visible Felt Leadership'
I want to make it so that when the user taps on the AreaVisited control on EditScreen1 a new screen called SelectArea is opened, the SelectArea screen would have a gallery of all the areas. The user taps the area he wants and the selectArea will place the selected value in the AreaVisited control on EditScreen1 and navigate back there,
My question is: in the SelectArea screen how do I get all the possible values (the choices) of AreaVisited?