Please help. I am struggling with the formula for several hours. I have very little experience.
I have a Sharepoint list by the name "Workplace Certification Program Pathways' with several columns but i am currently interested in only 2: Title(Single Line Text column) and Exam Path.
I have a combo box with all Exam Paths populated. My requirement is to populate those titles (in another combo box) where Exam Path matches with the selected one in the first combo box.
I am able to bind all titles with the below formula.
Distinct('Workplace Certification Program Pathways','Title')
But, when I change the items property to below filter it always gives me an error, "Invalid argument type". Please let me know what am i missing here.
Filter('Workplace Certification Program Pathways','Exam Path'=ComboBox1.Selected.Value)