Spring '21 Flows | Is Changed in Record Triggered Flows using Prior Value

Is changed in Flows Salesforce and Prior Value in Flows : Spring' 21 Salesforce Release has introduced a new and exciting Flow feature which is Record Prior Value variable in Record Triggered Flows. This basically means that now we can see and use the Old Values (old field values) of the Record that fired the Flow and Compare old and new values of record in Record Triggered Flows . Salesforce Flow Prior Value feature can be used for many use cases and scenarios which were previously only possible using an Apex Trigger. In this post we will see the use of Prior/Old Record Value variable using an After Update Record Triggered Flow . We will implement Is Changed in After Update Record Triggered Flow .