I was just upgraded to Alteryx version 2024.1 by my firm and now I am running into an issue where if there is an error anywhere in the workflow no emails are sent, rather than what was happening before, where only certain ones wouldn't send. For some context on the workflow, I have 10+ email distribution lists each which need their own email daily if they have valid records to send. The issue that I am facing is that it is extremely rare that all distro lists will have records on a given, so due to that, I am pretty much guaranteed to have at least one error everyday. Is there any way to force the workflow to send emails despite there being errors? For a bit more context the errors that I am getting are coming out of one to three macros that create the charts which make up the body of the emails. I have thought about putting the macros inside a control container which will only activate if there are records coming out of the previous tools but I was hoping there was an easier solution that wouldn't require me to set up 10+ more control containers.