Hello! I'm a fairly inexperienced Powerapps user and I'm struggling with trying to Filter, Split and Sort a Sharepoint text column to create a cascading dropdown.
I've figured out how to filter: Filter(Media, Title = Dropdown4.Selected.Result)
And I've figured out how to Split and Sort: Sort(Split(ThisItem.IssueDateTest, "; "),Descending)
I just can't figure out how to combine the two to create the cascading dropdown I need.
I'm sure this pretty simple ... So I really appreciate any help.