Hello,
I have a workflow with 2 emails tool that once they are running independently works fine and I receive 2 emails however once I run them together for some reason only receive one of them, any advise please?
Thank you
Hi @serclau0623
I have a few suggestions you can leverage to get this working:
1. My first suggestion would be to re-configure the workflow so the 'Block Until Done Tool' & 'Email Tool' can be used as shown below. I was able to successfully send both emails using this approach.
2. Troubleshoot your current 'Block Until Done' Tools as outlined below and in more detail here
When 2 or more Block Until Done tools are on the canvas, Designer must evaluate which related data stream to run.
If data streams don't run in the expected order, check the Tool ID of the tools upstream from the Block Until Done tools. To check tool ID...
3. Use one 'Email Tool' and union all records together before emailing. Then utilize the 'Use Fields' function.
I hope this helps!
Thanks,
Wes
Thank you so much!
I eliminated 1 of the block until done and 1 of the email tool, that way generate only 1 email (Debits & Credits) and it is working fine but unfortunately I got this new filename error message
Hi @serclau0623
When you provide .xlsx filepaths to the email tool, they must go just until .xlsx. You are providing .xlsx|||Sheet1. Remove the |||Sheet1 from it to feed the email tool and it should work.
Hi @serclau0623 ,
Please remove the sheet names as Felipe mentioned. Here is another discussion on the topic for further details.
Thanks,
Wes
Thank you both, I removed the Sheet name and got the same error message.
Hi @serclau0623,
Are you attempting to write the file via the 'Output Tool' prior to sending the email? Using a 'Block Until Done Tool' could be useful here to first write the file then send the email.