Hi Everyone,
I have a sharepoint list with a column of type single line of text. As a part of the requirement I need to update that column using a dropdown - which works fine. I have few items inside a dropdown and I can patch them to the list without a problem.
However, when I change the form into edit mode the dropdown is gone and I can update the record using text input (I assume thats because of the single line of text column type).
My question - how can I "reuse" the same dropdown I used to initially assign a value?
thanks.