workflow IF condition

madhukarreddy
Tera Contributor
Requestor's Managerif Position contains (M4 or M5 or any E#), or Title contains (Chief or Director or SVP or VP), then no manager approval required. Else, require approval of requestor's manager.
Nicole Elder (create Gift Card approval group)for gift card requests
Nicole Elder, Kelly Clarkson (create Charitable Donation approval group)

for charitable donation requests

3 REPLIES 3

Anubhav24
Mega Sage
Mega Sage

Hi @madhukarreddy ,

 

In your IF condition you can write as below :

(current.variables.requested_for.manager.title.indexOf("Chief") > -1)

{

do your stuff;

}

similarly you can do for other values and other variables on manager record.

Please mark helpful/correct if my response helped you.

Thanks Anubhav24

Please mark helpful/correct if my response helped you.