Hello,
My issue right now is that I all of a sudden cannot get my flow to trigger based off a condition that was working last week. Simply put, my requirement is that I need this particular flow to trigger when the "Status" of an already existing item in a list is changed from "New" to "Rejected." I am using the 'When an item is created or modified' trigger and have the condition set to: @not(equals(triggerBody()?['Status']?['Value'],'New'))
I then have a Condition step where "Status Value" = Rejected and from there, if true, should send an email to the item creator. However, the Condition is ONLY resolving to FALSE. Screenshot of what I have:


If needed, please see my previous post here: https://powerusers.microsoft.com/t5/General-Flow-Discussion/Move-items-attachments-between-locations-in-SharePoint-Online/m-p/381280#M32286 for additional context...