Workflow Follow Up Program
I am needing to create three different workflows based off of a field equally a particular value.
Rank = A | Rank = B | Rank = C |
---|---|---|
Task #1 | Task #1 | Task #1 |
Wait 7 Days | Wait 30 Days | Wait 90 Days |
Task #2 | Task #2 | Task #2 |
Wait 7 Days | Wait 30 Days | Wait 90 Days |
Task #3 | Task #3 | Task #3 |
The trigger event needs to be when modified record is saved.
I have tried ['<Rating>']="A". This works however it triggers the workflow again when any other field on the record is modified as well. Get duplicate tasks which we do not want.
I have tried using the PRE function but understand that will not work with a wait.