I have a Power Apps form that pulls fields from columns in a SharePoint list. The dropdowns in one of the fields is based on Choice column in the list. The column allows adding values manually. The choices relate to company names (e.g. Microsoft, Google, Apple).
What I would like to do is be able to add new companies through the form, instead of manually updating the Choice column in the list.
Ideally, when I'm filling out the searchable field in my Power Apps, I can type in the new Choice, and when the form is completed it adds that Choice to the Sharepoint column.
But I'm happy to try out a dirtier solution if that's not possible.