Skip to main content
Nintex Community Menu Bar

'Request Review' Attachments - Locate attachments to attach to an email.

  • November 24, 2017
  • 1 reply
  • 4 views

Forum|alt.badge.img+11

Hi

I have files being attached in a Request Review control. How do I retrieve them so that I can attach them to an email?

1 reply

Forum|alt.badge.img+14
  • Scholar
  • November 24, 2017

request review task attachments are stored in workflow task item.

so within request review action you have to configure to "Store task IDs in" into a collection variable.

then loop through the collection, query task list for given task items and the attachment URLs from them.

here is described an approach how to do that from list item - collect task attachments in list item and show all attachments in next task 

you will need to do moreless the same from task item.