
Announcements
I have a people picker column with below code. Mandatory validation cease to work while clicking on Submit button. May i know why?
If i don't change the Items property of combobox, validation works
Items property of combobox
SortByColumns(Office365Groups.ListGroupMembers("XXXX-XXXX-XXXX-XXXX").value,"displayName",SortOrder.Ascending)
Update Property of combobox
{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims: "i:0#.f|membership|" & Lower(DataCardValue100.Selected.mail),
Department: Office365Users.UserProfile(DataCardValue100.Selected.mail).Department,
DisplayName: DataCardValue100.Selected.displayName,
Email: DataCardValue100.Selected.mail,
JobTitle: DataCardValue100.Selected.jobTitle
}