
Announcements
Hii, I want to get the dependent Id from the SharePoint list based on the dependent name selected by the user from a combo box. How can I make the logic for this, I am getting the dependent names to the combo box using dependentInfo.dependent_name command.
I tried many approaches but nothing worked.
Hi @Anonymous,
Try this:
Filter(List,dependent_name =ComboBox.Selected.dependent_name).Id