hi: @All
I have a list of employees in SharePoint, I need the email of the employee, when in a drop-down list
have as the value the name of the employee.
Hello romy,
You should be able to do this by binding a ComboBox control to the Office365Users connector. Example: ComboBox1.Items = Office365Users.SearchUser({searchTerm:"john"}) where "john" is a search string (which can be bound to an output of a text control for example). You can then set the PrimaryText for the Combobox to "DisplayName". Now, you can display selected user's email in a label control as following: Label1.Text = ComboBox1.Selected.Mail
Hope this helps.
User | Count |
---|---|
224 | |
100 | |
95 | |
57 | |
31 |
User | Count |
---|---|
283 | |
114 | |
110 | |
63 | |
57 |