Hi fellows,
My colleague and I have been using Power Apps for over a year and we are very familier with Patch function and putting Blank() in SP List columns.
The code is just as simple as this:
Patch(
'SP List' ,
LookUp('SP List',ID = 333),
{
Note:Blank()
}
);
we remember that we used to turn "Formula-Level Error Management" on in order to use Blank() in Patch().

However, Today morning, we both found out our Blank() in Patch() function ain't working at all. After struggling hours we just found out that "Formula-level error Management" was turned off by itself!!!!
We've been using Blank() for a long time and had no issue and suddenly it just turned off!
I strongly believe this is a mistake caused by Power Apps editor develop team.
I hope this warning will save numerous developer's time to solve this issue.