text conversion is not working. Assistance with syntax. The examples provided are not successful. Type mismatch persists. ProjType is a table and the dropdown4.selected.title of text.
Filter(BillngTsks, ProjType.value=Dropdown4.Selected.Title)
Different variations I have tried:
Filter(BillngTsks, Text(ProjType.value)=Dropdown4.Selected.Title)
Filter(BillngTsks, ProjType.value.Text=Dropdown4.Selected.Title)
etc. etc.