I created a workflow for invoices, I wanted to be ...
# general
c
I created a workflow for invoices, I wanted to be able to choose my email templated based on condition. I setup Send Email Entry and I am receiving the email but I am still receiving the standard email. Then I tried setting the to be email to No and I did not receive the email from the workflow. Any suggestions?
m
The to be emailed should not effect your workflow unless that is part of your condition Also you should use the after record submit trigger to send the email if you want it sent on record creation
The to be emailed would control your standard email though
c
Thank you after I changed it to after Record submit this worked.