Hi I have the following field below, is it possible to display names or email to select from when a user type in the text box?
For example if the user were to type someone else email in the text box, after typing the first letter it should show a list of email or name to select from.
Any help will be appreciated.
In this how can i add an multiple users in that textinput field.
Hi @knishal ,
I've made a test for your reference:
1\Add a textinput control(TextInput1)
Default
SelectedUser
OnChange
Set(GalleryVisible,true)
OnSelect
Set(GalleryVisible,true)
2\Add a gallery
Items
Office365Users.SearchUser({searchTerm:TextInput1.Text})
OnSelect
Set(SelectedUser,ThisItem.Mail);Reset(TextInput1);Set(GalleryVisible,false)
Visible
GalleryVisible
Best Regards,
Bof
No because you want to present a choice list and text input is a free text.
You can make your combobox searchable and that will help.
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Buy me a coffee!
Check my User Group (pt-PT)!
Last Post on Community
My website!
Hello,
You have to replace your textinput by a combobox
Then you have to set the source for this combobox, depending of your datasource :
sharepoint : office365Users
Dataverse : Users
If this item is in a form, you'll have to change the .update of the datacard to : YourNewCombobox.Selected.Email
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily.
Is it possible to do this without a combo box? @Nogueira1306
Why don't you use a combobox?
See if that helps you
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Buy me a coffee!
Check my User Group (pt-PT)!
Last Post on Community
My website!
WarrenBelz
146,658
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional