
Announcements
Hello All,
I am attempting to populate a people picker (combobox DataCardValue4) with the manager's name of the a user that has been entered in another (people picker (combobox DataCardValue8) If a toggle (DataCardValue12) is true. Below is the syntax;
DefaultSelectedItems:
If(DataCardValue12.Value=true, {'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims:"i:0#.f|membership|" & Office365Users.ManagerV2(DataCardValue8.Selected.Email).mail,
Department:"",
DisplayName:Office365Users.ManagerV2(DataCardValue8.Selected.Email).displayName,
Email:Office365Users.ManagerV2(DataCardValue8.Selected.Email).mail,
JobTitle:"",
Picture:""
})The syntax is not thowing an error, but it the people picker (combobox DataCardValue4) is not populating.
Default is set to: Parent.Default
Items is set to: Choices([@MyList].Requested_x0020_For_x0020_Manage)
What could be preventing the people picker (combobox DataCardValue4) from populating?
Any and all advice is greatly appreciated.
Cheers!
DWTKbrook
Ugh!!!
there was no issue after all, I was using a cached version of the form without the corrext syntax. All is well.
Thanks.