Hi
I have a problem with dependent dropdowns. I have a form (FormA) that will write to Sharepoint List A, but I have two dropdowns Dropdown1 and Dropdown 2, Dropdown 2 being dependent on Dropdown1
The items properties of these dropdowns look at another data source (an Excel data source called Income_type)
when dropdown one is selected which looks at column 'Income_Type' (in data source Income_type) dropdown 2 should display 'Income Codes and Names' (From data source Income_type).
Items property of Dropdown 1: Sort(Distinct(Income_type,'Income type'),Value)
Update property of Dropdown 1: Dropdown1.Selected.Value
Items property of Dropdown 2: Filter('Income_type', 'Income type' = Dropdown1.Selected.Value)
Update property of Dropdown 2: Dropdown2.SelectedText.Value
this is the error code in Dropdown 2: 
Do let me know if you need any more information.
Many thanks in advance