Skip to main content
Nintex Community Menu Bar
Solved

File Upload Control

  • May 30, 2024
  • 2 replies
  • 95 views

Forum|alt.badge.img+5

I created a workflow that starts with a form which has a file upload control.  To extract the attached files from the the form, and added a ‘loop for each’ and ‘get item from collection’ actions to the workflow.  However, when the associated variable is included as a file attachment in an email, only 1 attachment appears.  How do I get all the file uploaded in the file upload control attached to the email? 

 

SGhyydeZQuTQkVnCf1LtNhyY2tsRxppsSXRGkfy1HEkj4P3ES 

 

Best answer by john_armstrong

Hi Adrian,

 

You can directly use the Collection variable from the Start Event in the Email Attachment field.

2 replies

Forum|alt.badge.img+7
  • Nintex Employee
  • Answer
  • May 30, 2024

Hi Adrian,

 

You can directly use the Collection variable from the Start Event in the Email Attachment field.


Forum|alt.badge.img+5

Thank you.