I am trying to populate a dropdown list based on a previous selection. The excel file contains a table called Fleets. It has two columns: Districts and Fleet. The dropdown is to display the fleets associated with that district. The user selects what district they are working from in a previous screen.
Flow: Selects district > Transitions to Fleet Selection > Selects Fleet from dropdown
I cannot get the dropdown to generate any values even setting the Items formula to fx= Fleets.Districts.
Any suggestions?