
Hi guys
I have had complaints that some of the apps are too much work, so I am creating a 'lite' version to be used on the fly and I have a form which populates a sharepoint list. I have 2 fields (Manager and Authoriser) which are names of people. Originally I would have a combobox for a Person/Group column. This however would return too many values because of the amount of employees we have. I decided to create a sharepoint list with the Team members, therefore 30 people not 30 thousand. I want to use two combo boxes in the same form which take the values from the Team members sharepoint list.
I am stuck as to integrate this. To be honest after a few lame attempts I have no idea where to start as you can see both boxes have errors 😞
HI @nshaw75 , In the SharePoint List Team members , what is type of column you are using to store value of user? If it is Single Line text then the code for Items property of combo box will be
'Team Members'
Considering that the exact name of list is 'Team Members' and then layout of combo box will be this:
Considering that the user name is stored in Name column of 'Team Members' list.
-----------------------------------------------------------------------------------------------------------------------------
I hope this helps.
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.👍
Thanks,
ANB