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 / Cannot update SharPoin...
Power Apps
Answered

Cannot update SharPoint list "Title" field to original value

(0) ShareShare
ReportReport
Posted on by 68

I have an PowerApp that stored data in a SharePoint Online list. In the app I have the ability to modify all  the values that I am storing in SharePoint. However, when I try to change the value of the "Title" field in SharePoint back to what was originally there, I cannot.

To modify the values I am using UpdateIf and Patch conditional statements. I am only experience the outlined issue with the default Title field in the SharePoint Online list.

 

 

Example:
Step 1 - Create a new record in SharePoint Online, setting the Title field value to "Name1"
Step 2 - Modify the record for Name1 changing the value to "Name2" (Succeeds without issue)
Step 3 - Modify the record for Name2 changing the value back to "Name1" (No changes occur)

Is this a bug or by design?

 

Categories:
I have the same question (0)
  • eka24 Profile Picture
    20,925 on at
    You may have to employ a textbox to make it dynamic. With two texboxes, OldTitleTextbox and NewTitleTextbox. Then
    Patch(ListName, First(Filter( ListName,Title=OldTitleTextbox.Text)), {
    Title: NewTitleTextbox } )

    With this type what you want to change in the OldTitleTextbox and what you want to change to in NewTitleTextbox

    If you like this post, give a thumbs up. Where it solved your issue, Mark as a solution
  • Verified answer
    8BitWarrior Profile Picture
    68 on at

    @eka24 

    Thanks for the suggestion - I did discover that the issue was with my code. In my conditional statement I had the following entered:

    If(
    FET_Tech_Title=true&&!(Edit_Title_Change.Text exactin ThisItem.Title),
    UpdateIf(Requested_Technology,UniqueRequestId=SelectedRequest,{Title:Edit_Title_Change.Text})
    )

    Once I removed the follow code section "!(Edit_Title_Change.Text exactin ThisItem.Title)" the function worked. It appears that SharePoint always remembers what initial "Title" value is and using the exactin function will always negate your logic.

    Just a cautionary tale here.

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 429 Most Valuable Professional

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard