Skip to main content
Nintex Community Menu Bar

Update Column in Document Library based on folder name

  • July 11, 2019
  • 1 reply
  • 10 views

Tim_nl
Forum|alt.badge.img

We want to create a workflow changing the column "project ID" in a document library; based on the foldername. So it will enable us to have the correct information in the "project ID" field without editing all documents manually.

Current situtation:

 

So in the example the Project ID should be changed to 352. 

Thank you very much for your help and support!

 

1 reply

Forum|alt.badge.img+14
  • Scholar
  • July 19, 2019

to get project name from document URL you could use regular expression with eg. following pattern

 

(.*/)([^/]+)(/.*$)

 

3219i15FC010738285D6C.jpg