Announcements
Hi
I want to create a dropdown where by user can select staff name from O365 by inputting partial name of a staff to replace datacard.
Can advise how to do it
I use a combo box, Office365Users.SearchUserV2({searchTerm:ComboBox.SearchText})
but not working.
Thank you
@bbsin
I have a ComboBox called cbUserPicker and it's setup as follows
Items
Office365Users.SearchUserV2({searchTerm:cbUserPicker.SearchText,top:100}).value
IsSearchable
true
SelectMultiple
false
This setup works perfectly for me
Thank you.
hi @EddieE
can I know how to link the data back to the SP list?
the SP column is call UserSearchEmail
do I put in default as thisitem.UserSearchEmail?
however, there email stating
If it's just text that you need then you can use this
First(cbUserPicker.SelectedItems).Mail
hi @EddieE , I like to have the email return back to SP list backend.
under default of the combox box, still error, not sure how. thanks
Leave the default of the Combo as blank. Use that code in
- if you are using a form, on the Update property
- if you are using Patch(), use that code with your relative column name
Thank you will try it.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 356 Most Valuable Professional
11manish 225 Super User 2026 Season 2
Mohsin Ali 211