Patch(
UserHierarchy;
galUsers.Selected;
{
ManagerID: {
Id: cmbMgr.Selected.ID;
Value: cmbMgr.Selected.FullName
}
}
);
Refresh(UserHierarchy);
ResetForm(Form1);
EditForm(Form1)
Patch(
UserHierarchy,
galUsers.Selected,
{
ManagerID: {
Id: cmbMgr.Selected.ID,
Value: cmbMgr.Selected.FullName
}
}
);
Refresh(UserHierarchy);
ResetForm(Form1);
EditForm(Form1)
I have set German as the language in the app. But even if I set the language to English, the errors still occur.
I just can't find a solution
Patch(
UserHierarchy;
galUsers.Selected;
{
ManagerID: {
Id: cmbMgr.Selected.ID;
Value: cmbMgr.Selected.FullName
}
}
);;
Refresh(UserHierarchy);;
ResetForm(Form1);;
EditForm(Form1)
Stay up to date on forum activity by subscribing.
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473