I have an API workflow that sends a transactional email to users every day. However, this is also firing emails in my dev environment which is filling up my inbox. However, I don’t want to delete my test accounts in dev as I need them for testing. So I implemented this on the API workflow but it also stopped emails being sent from Live. Why?
As far as I know, I can’t put this condition on the Action for Send Email because I already have a condition there. How do I address this?
