I am currently working on a Nintex cloud form where the user is required to add an attachment in a few spots earlier in the form. These values and files are stored in the collection variable.
At the end of the form, I’m making a Review Section where the user can see a summary of all the data they have entered earlier on the form and any files they have attached. I was able to make a label and pull in the other variables for the controls previously entered into this Review Section but not the attachment controls. Those attachment controls are greyed out in the form control dialog window.
Is there anyway to extract the attachment filename or path into a string variable? That way I can have it appear in this review section? Thank you in advance.