Hi I have a two cascading dropdowns pulling from Costing SP Site
First Dropdown is Equip_Cost
Sort(Distinct(Costings,'Equipment Type'),Value)
Second drop down chooses the model of the equipment - Equip_Model
Filter(Costings, 'Equipment Type' = Equip.Selected.Value)
All I want to is reference the Current column in a text field so I could patch
Any help is welcomed