Hi ALl,
I have a combobox using below code:
Office365Users.SearchUser({searchTerm:ComboBox2_4.SearchText,top:999})
I want to set DefaultSelected property of this combobox with a help of email ID getting by lookup using below code. But unale to see any email selected by default.
[{Email:LookUp(equipment_characteristics,equipment_id=ComboBox3.Selected.equipment_id,approval_group)}]
Output of above Lookup statement is:

Please help! Thanks