Formula for Salesforce process builder when change from one picklist value to another value
Formula for Salesforce process builder when change from one picklist value to another value AND( OR( TEXT([Case].Status) = “InProgress”, TEXT([Case].Status) = “Working” ), TEXT(PRIORVALUE([Case].Status)) = “Closed” ) Use the Custom Lable in Process builder: $Label.CUSTOMLABELNAME Example 1: OR( AND(…
Read More