Ungroup(
ForAll(
Office365Users.DirectReportsV2(drpProposedDirector.Selected.Email).value,
Table(
[
{
Claims: "i:0#.f|membership|" & mail,
Department: "",
DisplayName: displayName,
Email: mail,
JobTitle: "",
Picture: ""
}
]
)
),
Value
)
ClearCollect(
CurrentDirectorSubCollection,
ForAll(
Office365Users.DirectReportsV2(Self.Selected.Email).value,
{
Claims: "i:0#.f|membership|" & mail,
Department: "",
DisplayName: displayName,
Email: mail,
JobTitle: jobTitle,
Picture: ""
}
)
);
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional