Hello – I want to create a workflow that will update the Title field with the contents of the Name field in a document library that contains appx 100 documents. Since there is no “trigger” to cause the workflow to update each document, can anyone push me in the right direction for how to get the workflow to step through the document library? Thank you for any guidance you can give me!
I’m running SP2013 Enterprise, if that’s helpful.
Update with more information of what I’m attempting.
I’ve got a list workflow with a loop in it… I may have the loop incorrectly created. Here’s what my workflow looks like (see attached image).
I am manually kicking off the workflow, but the Title field is not being updated. I though my calculation was correct — to advance through the list based on ID+1 until the ID is greater than or equal to the actual ID.