Change the attachment name for final mail alone

Hey @gowtham_tamil

Whenever you start the process, just do the following in the initialization & fetch the ID of last queue item to compare,

  1. Get Queue Items with Top as 1 & Status Filter as New

  2. Take the first item from the result of point 1

  3. Whenever you send email after a success transaction you need to compare the ID of the current transaction & the one we fetched from point 1 and 2

Ref - nmnithinkrishna_GetLastQueueItemID.zip (2.1 KB)

Hope this helps.

Thanks
#nK