I am having trouble populating a dropdown by filtering options from a datatable. The items are from a certain column, filtered by a different column value.
Here is my code in the Items value of the dropdown - Sort(Distinct(Filter(Table5,'Issue Type'="Project"),Summary),Result) - This should show options from the 'Summary' column in Table5 where 'Issue Type' equals "Project"
This was working recently but has now broken.
TIA