I have a workflow with 2 email tools. All the properties of both email tools are configured correctly. Each email tool will individually send an email.
I can run the workflow with the 1st email tool disabled using a container and the 2nd email tool will send an email. Likewise, I can run the workflow with the 2nd email tool disabled using a container and the 1st email tool will send an email.
I have also added a block-until-done to control the execution and have the execution path for the 1st email complete and then start the execution path for the 2nd email. However, only the 1st email is sent.
Any suggestions are appreciated.