I have 2 SharePoint People or Group fields which allow single selection. one field represents the User (DateCardValue6) and the other field represents the Manager. now inside the manager field i disabled the field + i added this formula inside the DefaultSelectedItems, as follow:-
but when i run the form and i select a value inside the User field, nothing will be shown inside the manager.. any advice?
Hi @johnjohn123
Set the DefaultSelectedItems property of Combobox to
{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims: "i:0#.f|membership|" & Office365Users.ManagerV2(DataCardValue6.Selected.Email).mail,
Department: "",
DisplayName: Office365Users.ManagerV2(DataCardValue6.Selected.Email).displayName,
Email: Office365Users.ManagerV2(DataCardValue6.Selected.Email).mail,
JobTitle: "",
Picture: ""
}
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
202 | |
100 | |
61 | |
59 | |
57 |
User | Count |
---|---|
256 | |
163 | |
90 | |
79 | |
70 |