Hi,Can we send two email alerts from one workflow rule. i.e i have two email templates one is for status A and Another for Status B.In WF i have the condition if status equals A,BSo through WF will i be able to send email if Status =A(send email Temp of A) and send email when Status =B(send email Temp of B). Or Should i create two wf rules each one for A and for B status.Please let me know.Thanks in advance.
You can send multiple alerts (or mix and match with a email alert and field update for instance) on the same workflow. That being said, I think your use case requires 2 workflow rules (one for each Status) with their own Email Alerts.