I have a combobox 'Relationship Owner' in a form that looks up o365users and lets me select one user (working OK)
on save it record s the user GUID in dataverse (working OK)
in a list I can lookup the user from dataverse Users table with the ID (working OK)
LookUp(Users,azureactivedirectoryobjectid=GUID(ThisItem.relationshipOwner)).fullname )
but the only way I can find to set the defaultselecteditem of the combobox lookup the full name in the Users table and then use this for the search. Is this really the only way to do it?
Would make sense for the combobox to be able to search the GUID value, but it cant
Hi @nick9one1 ,
If you want to use guid in this connector , you could try UserProfileV2() function. This function uses Guid parameter.
Best Regards,
Wearsky
mmbr1606
22
Super User 2025 Season 1
stampcoin
17
ankit_singhal
11
Super User 2025 Season 1