(I made the canvas app with my SharePoint List.)
@anandm08 It is working.
however in the records for Test Record it is showing something like in image .
{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
DisplayName: User().FullName,
Claims: "i:0#.f|membership|" & User().Email,
Email: User().Email
}
try this code in the Default property of the dropdown parent control.
I appreciate your kind help.
My connector is Office365Users
I tried the code also it did not work.
Can you please review my code -
try this and let me know if you face any issue