
Announcements
trying to filter a combo box based on the selection in another combo box. Dataverse tables used in PowerApps for Teams form.
ID field in combo box 1 is an auto number field so I'm using the value function to turn it into a number field same with the ID field in cb_ 2. I'm not getting any errors, just nothing appearing in combo box 2.
Filter('Mydataversetable',Value("'ID1'")=Value("cb_2.Selected.'ID3'"))