This worked in the past in 3.18084.12
Patch(
'Onboarding Requests',
RequestGallery.Selected,
{
Coordinator: {
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims: "i:0#.f|membership|" & Lower(User().Email),
Department: "",
DisplayName: User().Email,
Email: User().Email,
JobTitle: ".",
Picture: "."
}
},
{
Status: {
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
ID: 2,
Value: "Ready to Send to Resource"
}
}
);
UpdateContext({showPopup: false})It took a second or two before the Status field automatically changed to Ready, which triggered then the visibility of a "Send" button.
As of today, this doesn't work anymore. Well, it still nicely does the patching, correctly updates Coordinator and Status field behind the scenes, hides the popup, but the screen is not updating. If I go back to the Gallery and reopen the item, everything is fine.
I restored a version published in 3.18084.12 and it still worked, I compared all the related code, but couldn't find any difference. It looks like something that was default behavior went astray. What could it be?

Report
All responses (
Answers (