web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Different behavior in ...
Power Apps
Unanswered

Different behavior in versions 3.18091.19 and 3.18084.12

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

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?

 

 

Categories:
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    In a pretty desperate attempt to fix this I added

     

    Refresh('Onboarding Requests');ResetForm(EditForm1)

    to the OnSelect event of the button that triggers the patch. And hooray it worked! New status popped up, button visible, all fine.

    But only about 3 times, then it stopped working. I really need some help to understand what's going on. The patch function itself is working fine, it's immediate, you can see this when you go back to the Gallery. Why isn't the reset EditForm1 bringing up the patched values? Are these commands executed in sequential order, or all at once and some could start before others have finished?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 405 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 368

#3
WarrenBelz Profile Picture

WarrenBelz 244 Most Valuable Professional

Last 30 days Overall leaderboard