Re: How do I use Office365Users as a search feature in a form?
Hi @slan2018 ,
I have a solution to solve your problem.
You can refer to following step:
1. Unlock the Sales Rep Name_ Data card1
2. Delete the Text input control of that data card, and add a Combo box
3. Set Item property of combo box as below
Office365Users.SearchUser()
4. Set Update property of combo box as below
ComboBox.Selected.DisplayName
5. Set Y property of ErrorMessage as below
ComboBox.Y + ComboBox.Height
So that you can search office365 users in the form, and submit your form.
Best regards,
Sik