Hi,
In one of my orchestration's, I'm trying to dynamically set the subject line and send an email.
I have an input text file with multiple records that is debatched into multiple files and each record is processed by an orchestration instance.
The orchestration instance that completes first always sends out the email with the subject line set correctly. However, for all subsequent emails the subject line is always set to the Orchestration Instance's GUID. The only dynamic part I'm adding in the subject line is concatinating a "User Name" (part of the record) to some standard text.
Any help would be greatly appreciated.
Thanks.