Hello,
I'm sure this has been posted before but I've not been able to follow any of the threads to get this to work.
I have a SharePoint custom form that I've created in PowerApps. In it, I have 2 look up fields(combo boxes); State Lookup and Hotel Name New. These are looking up to a list called 'Master Property List'
Formula for Items on "State Look Up" is currently:
Sort(Distinct(Choices('HAFS US OTC Help Desk Ticket Log'.'State Lookup'),Value),Result)
I want to have the drop down for "Hotel Name New" function as a cascading drop down and only show values when the "State Lookup" selected value/result? is equal to "State" in the 'Master Property List'. I've tried a thousand different formula combinations for this and have had no success so far. Thank you so much for any help!