Hi,
Currently, I have 1 workflow action that sends out a single report dependent on:
( [Report Status] = “Sending” )
BUT, I would like to alternate between templates based on the result. Ie, I would like the report to have 3 different templates dependent if the check is acceptable, improvement needed or reject.
Could someone please advise how to do this?
THANKYOU!
Solved! Go to Solution.
Unfortunately you need to create 3 separate workflow rules with each of the 3 templates and assign a conditional rule that fits for each:
AND(
[Report Status] = "Sending"
[SomeColumn] = "Check is Acceptable"
)
User | Count |
---|---|
18 | |
9 | |
8 | |
6 | |
5 |