Event Email only shows one file transferred

In a Scheduled Event Email, I only receive information about the first file that is transferred. i.e. using the following tokens:

  • File Name: %the_file_name%
  • Path: %path%
  • Real Path: %real_path%
  • URL: %url%

Is there any way for the email to list-out all the files that were transferred? Suggest we need %urls_comma_delim%, %urls_bulleted_list% etc token.

For example, in the Event Log below, two files were transferred (3 & 4), but only 3 was in the email:

25/11/2016 16:26:11 Executing action ‘Find’. Find
Finding file(s) in VFS Path:/SFTP-Local-Remote/, URL:SFTP://server:22/.
Filename Filter = LIST*.*
Found following 2 file(s).
SFTP://server:22/LIST3_TEST.txt
SFTP://server:22/LIST4_TEST.txt

25/11/2016 16:26:14 Executing action ‘Move_1’. Move
Moving from VFS Path:/SFTP-Local-Remote/, URL:SFTP://server:22/LIST3_TEST.txt to VFS Path:/Treasury-StatusReports/, URL:file:////server/folder/LIST3_TEST.txt.
Starting copy of file(s) from VFS Path:/SFTP-Local-Remote/, URL:SFTP://server:22/LIST3_TEST.txt to VFS Path:/Treasury-StatusReports/, URL:file:////server/folder/LIST3_TEST.txt
Source Partner = , Target Partner = AAA-PRE
Copy finished:VFS Path:/SFTP-Local-Remote/, URL:SFTP://server:22/LIST3_TEST.txt
Deleting source for copy/move:VFS Path:/SFTP-Local-Remote/, URL:SFTP://server:22/LIST3_TEST.txt

25/11/2016 16:26:14 Executing action ‘Move_1’. Move
Moving from VFS Path:/SFTP-Local-Remote/, URL:SFTP://server:22/LIST4_TEST.txt to VFS Path:/Treasury-StatusReports/, URL:file:////server/folder/LIST4_TEST.txt.
Starting copy of file(s) from VFS Path:/SFTP-Local-Remote/, URL:SFTP://server:22/LIST4_TEST.txt to VFS Path:/Treasury-StatusReports/, URL:file:////server/folder/LIST4_TEST.txt
Source Partner = , Target Partner = AAA-PRE
Copy finished:VFS Path:/SFTP-Local-Remote/, URL:SFTP://server:22/LIST4_TEST.txt
Deleting source for copy/move:VFS Path:/SFTP-Local-Remote/, URL:SFTP://server:22/LIST4_TEST.txt

25/11/2016 16:26:14 Executing action ‘Send Email’. Email
Sending Email
From = donotreply@server.com
To = foo@bar.com
CC =
BCC =
Subject = Files transferred
Body = Testing:
[b] - File Name: LIST3_TEST.txt

  • Path: //server/folder/LIST3_TEST.txt
  • Real Path: //server/folder/LIST3_TEST.txt
  • URL: file:////server/folder/LIST3_TEST.txt [/b]

Email sent sucessfully. ← this is a spelling mistake