
Announcements
Hi
I am trying to set the default or defaultselecteditems of a Combo Box to a text column in my SP list but I keep getting an error. I have a text column in the list which stores values from a collection inside the Combobox, but I am unable to set the default value. I think it ie because the SP column is a text column? I have tried person columns and choices columns which works, but this is causing me issues elsewhere so I want to use a simple text column on the list.
Many thanks!
You can try setting default to a Lookup(...) formula against the collection used for your combobox.
LookUp( myColl, Id = textbox.Text )
Regards,
-S
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.