Hi everyone,
I’m working on a PowerApps form that submits data to a SharePoint list. One of the dropdowns in the form (IssueCombo
) is currently a ComboBox displaying filtered values from the Title
column of the "Operational Issues" SharePoint list.
Here’s the behavior I need:
- The dropdown should continue showing the filtered values from the
Title
column. - Users should also be able to manually input a value if the desired option is not listed.
- The manually entered value should then be saved in the
Title
column upon form submission.