Hello,
I created a dropdown object that retrieves the Office 365 users at my company. I entered this code in the Items property to retrieve the domain users:
Office365Users.SearchUser({searchTerm:ComboBox1.SearchText,top:1})
When I click to expand the dropdown object, it displays two items "AAA Support" and "test." Is there a way to hide the domain user names in the dropdown list but only display the domain user name when there is an exact match?
Thanks