Skip to main content
Nintex Community Menu Bar

Copy attachment URLs into list field

  • January 16, 2017
  • 5 replies
  • 17 views

Forum|alt.badge.img+8

Hi,

Can anyone please outline the steps to copy the attachment URLS with the names of the attachment into a list field. It should include all the attachments using a comma or semi colon seperator.

Thank you,

5 replies

Forum|alt.badge.img+6

There's a blog article by Vadim Tabakman that will probably help you ;-) 

Nintex Workflow - Get Attachment Urls UDA - Vadim Tabakman

 


Forum|alt.badge.img+10
  • January 17, 2017

You can get the name of the attachment from the from data, while saving the form use a workflow to get the names of the files and store them. You can use query xml to get the attachment names.


Forum|alt.badge.img+11
  • January 17, 2017

I agree with ‌.  has a great solution!


Forum|alt.badge.img+8
  • Author
  • January 20, 2017

Hi Jan Von,

Thank you for your suggested solution. I got the attachment URLs into a collection variable and now I would like to build a HTML string from this collection variable so that I can display Attachment urls in a nice formatted way. 

Can you please help how to achieve this?


Forum|alt.badge.img+3
  • Rookie
  • May 10, 2022

If you are still interested in figuring this out, let me know. I have solved this.Check the screenshot out below.