Forum Discussion
6 Replies
- KullayNew Contributor III
Hi dmiller,
Thanks for update, still we are facing below issues, please help me on this.
When we are using the as per the document format for attachement, we are not able to attached the file,2 Step: When we are used this file name <<TestingEmail.json>> Its getting the old file, not current file.
Thanks,
kullayappa- rohithmadhavanEmployee
@Kullay There’s a race condition in this pipeline design if the File Writer Snap is writing to TestingEmail.json. Since the File Writer and Email Sender Snaps are disconnected, their relative order of execution isn’t guaranteed. I would suggest connecting the File Writer’s output view to the Email Sender’s input view as shown below.