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?