Hi everyone,
I´m working on a customized form for a sharepoint list.
I´m trying to realize the following structure:
The target list hast a column (may be text or choice) with 'reasons' (free text) that users have to put in. They should use a combobox showing all reasons that have formerly been submitted. I set this up with a 2nd sharepoint list (source list) containing the reasons (may be choice or text).
If a user starts typing in the combobox, the reasons start to filter and she can choose an existing reason if a fitting one is already in the source list. If not, I want her to finish typing a new reason in the same combobox field and save this search term as a new reason in the source list.
This topic is closely related to Update-SharePoint-Choice-Colum-with-Text-Input. Still, I would like to avoid having two fields (avoid using "other" when none of the existing choices fits and then typing a new reason in a 2nd field).
@RandyHayes maybe you have an idea for this, too?
Thank you for your help 🙌