Hi,
I am trying to create a new form using sp.web.lists.getByTitle(‘MyList’).items.add. The new item gets added and all fields are properly added except the choice field. I have tried
Team: 1
OR
Team : “HR”
in the items.add code, but neither are giving me a value in the new record for the Team field.
Thanks in advance for your assistance, Rhonda