I have a workflow that combines multiple different smaller workflows into one massive workflow (They use the same data but for different reasons and I am not on server. I don't want to run 5 workflows.)
I have reports set up for each workflow. These are set up using a formula to add the recipient's name & the date to each file name. Then using the file name field to attach the files to the emails. The formula is DateTimeToday() so there is no minutes or seconds in the file name.
One recipient gets multiple files attached from different workflows. This person's email is not launching:
- There is no error message
- This email is created by filtering out that person and creating an separate email
- The email not launching is attaching reports from other workflows
- The other emails that only contain 1 file from the current workflow are launching
- The summary of inbound step shows all data needed to launch present
- The files are present in the folder with the proper name
- I can paste the file name from the inbound data into explorer to locate & open the files
- The files are all created in the same minute (e.g., 9:35 AM Central)
Could this be because the other reports are not created until after that step processes (even by seconds)? Would this occur even though my time format doesn't include minutes/seconds in the name?
(Note: I recreated the email process then attached it to another workflow and it launches. So technically my issue is solved but from a learning curve, I am interested in how this works.)