I have 2 Dropdowns and each uses its own SharePoint list. The first displays 3 values. The 2nd Dropdown should be based on the value selected in the first Dropdown, with the addition of making sure the "Enabled" field in the SharePoint List the 2nd Dropdown uses, is set to "Yes". Here is my function:
Filter(Available_DivisionChair,School=dd_DataCardValue1.Selected.School && Enabled="Yes")
It seems to be returning no value. If I remove the && Enabled="Yes", it returns all of the rows in the SharePoint list, but I get the Enabled, as well as the disabled ones and I don't want the disabled ones.