There are many approaches to this. I’ll give the simple (or basic) way to do. Set the FILE.ReceivedFileName and use the %SourceFileName% macro In the orchestration Construct Message shape, add a Message Assignment shape and then you can set the FILE.ReceivedFileName property for your flat file message as so: OutputMsg(FILE.ReceivedFileName) = System.DateTime.Now.ToString("yyyyMMdd") + “.txt” This […]