Skip to main content
I have a WFR that updates a text field Sales User Type with a formula: TEXT(Owner:User.Sales_User_Type__c )

 

In process builder I've tried multiple ways to get the process to fire:

 

If Sales User Type -> Contains -> String -> Fire then update another field

 

If Sales User Type -> Is Changed -> then update another field

 

With Formula: ISPICKVAL([Lead].Owner:User.Sales_User_Type__c, "FIRE") -> update another field

 

When I change the Sales User Type manually on the lead record it works fine. But when it should be triggered by the Workflow it does not fire. Anything i'm doing wrong?
2 respostas
0/9000