Notification Rule List all Users that were deleted

We have an automation workflow that deletes AD accounts in a specific OU after they have been in there for more than 30 days.   Is it possible in the notification that is sent daily upon completion, to have the samaccountname of all users who were deleted, in that notification?  I've got the save object properties in there which saves the samaccount name, but when I add the token to the body of the notification(<% =Workflow.SavedObjectProperties("Save object properties").Property("samAccountName") %>), it only lists the very last user in the list.

Ideally, it would list every user who got deleted.  I know I can do this with PS but curious if possible to just add to the notification?  Thanks.