I am trying to update ComboBox. The SharePoint field is a text field called SupplementaryFunctions. In the PowerApps form, I deleted the text field from its DataCard and replaced it with the ComboBox. The values of the combo box depend on the value selected in the another dropdown field. The values that appear in the combo box are OK but I am not able to update them in the SharePoint field. What should I enter in the Update field of that Datacard?
Here is the formula for the Items for the combo box. FinProfDD is the dropdown of the field that is selected before this.
Filter(Ref_QRoles, Title = FinProfDD.SelectedText.Result)
So what formula should I enter in update so that the fields selected in that combo box gets updated in the SharePoint column SupplementaryFunctions.

Report
All responses (
Answers (