Is there a way to list the attachments collected on a start event form onto an approval task form? I know I can attach the files in the task notification email (and any notification) that goes out. However, that feels disjointed to me. I have several sections in the starting form that require attached documentation. To have that all come to the approver in one clump of attachments feel clunky. If anyone has done something like this, please let me know. Thank you.
Give this how-to article a look and let me know if it covers what you're looking to do:
Display Item Attachments on Task Forms
The content was created to help users upgrading from Nintex for Office 365 to Nintex Automation Cloud, but may contain enough of the Nintex Automation Cloud pieces needed to meet your needs.
-Sam
@brianknight - I'll take a look on my end and see what I can come up with on my tenant. I'll let you know what I find, but it may not be until Monday (07FEB22).
-Sam
@brianknight - I've reached out to the Nintex Workflow Cloud team to see what options are available to accomplish this. Once I hear back, I'll update this post.
You have to do a variable for count of attachments in the start form.
- Create a variable in start form for count the file upload control
- Add a run if action to workflow to run if variable in step 1 is greater than 0
- Add a loop within the run if action from step 2.
- Loop through the attachments on start event form (you will pick file as the type)
- Add Collection of files to email
You can also take it a step further and add attachment to an item in loop to add each file to your list item if there is a list item applicable you want the files added to as attachments.
Thank you for the reply and associated screenshots. The issue is showing the attached items in an approval task in WFC. Basically, I have to email the attached documents to the parties that will be reviewing/approving the task. I would have prefered these attachments appear in the task form so the reviewer can look at them from the context of the original form. Makes it a bit easier to approve/deny the request. Also, we've had a few situations where the size of attachments has been too large and caused the email to fail. Yes, we can limit the size of the attachments and we do. However, people have still caused situations that cause the email to fail.
If so i can send instructions. You'd create a list item and then add attachments to it... then pull them back and lip through a variable to create an attachment string.
The files can be displayed in a label on task form then as a list basically but they'd be hyperlinked vs them going in a file upload control on the task form.
I think if we can figure out a way to list these attachments on the task form the better. As long as they can download the item, I think this will work. We do not have a Sharepoint Online environment only on prem. So if this requires Sharepoint Online, unfortunately it will not work.
Can I have the instructions on how to GET all attachments (uploaded by form initiator when filling out nintex listform) into a WF Task approval form
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.