Greetings!
I'm attempting to append an item to a SharePoint list. One of the fields in the item is a list of states and multiple states can be selected.
When I add an item with one state, the item is successfully added. When I attempt to add an item with two states, the list of states show no selections in the new item.
Adding One State (successful)
I assign the name of the state to the field. For example, Ohio.
Adding Two States (no states selected)
I tried state names separated by a comma (Ohio,Illinois) and each state surrounded by the HTML paragraph tag (<p>state name</p>).
Thoughts on how I might convey the selection of two items in the list?
Thanks!
Joe