Hi there,
I'm awfully new to PowerApps, so I'm sorry if this is perhaps a rudimentary question.
I'm using a SharePoint list to enter/track field observations. There's several parks, several areas within those parks, and several attractions within those areas that the user needs to select, then there are some other fields they fill in based on their observations.
I want the user to select a park, then have the Area field only offer the areas based on the park selected. Then I want the Attraction field to only offer options based on the Area selected. I was able to create these cascading dropdowns in Infopath based on some YouTube videos I found, but I can't seem to find a similar resource that speaks my language just yet.
I've got 3 fields based on lookup columns - Park - Area - Attraction. The fields lookup values from separate lists, which have the the necessary data to help me filter these (meaning Park is just a list by itself, but "Area Names" is a list that has the areas, then the correct park in the next column (which is a lookup value from the first list), and then another list is "Attraction Names" that has the (you guessed it) attraction names, then a lookup column from "Area names." This is how I was able to get it set up in Infopath.
My questions:
1) Do I need to connect to the separate lists (that house the are in order to accomplish this? Or is linking to my main SharePoint list enough?
2) What's the code to filter the Area field based on the value of the park? (I can then change it to filter the Attractions based on the area).
3) Am I missing something? Is there a resource out there that will help me do this?
Thanks in advance!