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 / UpdateIf Function Not ...
Power Apps
Unanswered

UpdateIf Function Not Working

(0) ShareShare
ReportReport
Posted on by 41
A very weird thing just happened recently. Before today, I was able to use "UpdateIf" function perfectly. Today, it just won't work.
 
So in my canvas Power Apps, I have direct link to Sharepoint List as my data source. That list only has 1 column, which is "Title". I tried to execute a very simple function as shown below:
 
UpdateIf(MyList,Title = "Testing",{Title: "Success"});
 
It should have worked. But somehow, after execution, it does not update the value in my Sharepoint List. What went wrong? Why is it not working now like it is supposed to?
Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,605 Super User 2026 Season 1 on at
    hey
     
     
    how many items does this list have? is it over the delegation limit?
     
     
    can u try this:
    ForAll(
        Filter(MyList, Title = "Testing"),
        Patch(MyList, ThisRecord, {Title: "Success"})
    )
    
    did u check if the right permissions (edit) is set?
     
     
    if my answer helped please mark as verified,
     
     
    cheers
  • CU22080520-1 Profile Picture
    41 on at
    It's not related to delegation. I've set it to 2000 limit and I only 2 rows of data.
  • ronaldwalcott Profile Picture
    3,847 Moderator on at
    Did you confirm that the Title column in the SharePoint list is Testing?
    Did you try using Monitor to see what happens?
    Did you try performing a Lookup to see if it can retrieve the value from the SharePoint list? 
  • CU22080520-1 Profile Picture
    41 on at
    Yes I monitored it. Power Apps passed on the values correctly to the variables (columns). The values in Sharepoint remains the same as if no update was done.

    If I use RemoveIf fuction, it work perfectly. The Patch function also work perfectly. Can it be corrupted in some way?
  • ronaldwalcott Profile Picture
    3,847 Moderator on at
    Add an error check something like
    If(Errors(MyList).Count > 0, Notify("Some records failed to update", NotificationType.Error));
     
    to the end to see what error is being generated.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 93 Most Valuable Professional

#2
Haque Profile Picture

Haque 81

#3
Valantis Profile Picture

Valantis 49

Last 30 days Overall leaderboard