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?