Thanks for the wait task recommendation as I believe this will solve my issue.
In building out the task, I am running into the following issue.
I have the file trigger working, and then the email task. I am using the File Read Contents function to put the contents of the file into the body of the email so the body in the task just looks like this.
{FILE(Content|{TRIGGER(5df56c02-c9c8-4e30-9757-f2d2095a695d|LastTrigger|File.Result.FullPath)}|9b783802-2651-47b7-ad56-1193dbb9c35f)}
When viewing this in the variable window after the trigger has fired, it is in fact reading the file contents, however then I receive the email I get the error below.
[File->Content->Error:Object reference not set to an instance of an object.]
I am able to confirm the trigger file path value is working as it is displayed fine in the the email. Please note this is the File|Content with Credential.
I appreciate the help.