Forum Discussion
Damien Flood
Sep 07, 2016Iron Contributor
SharePoint Designer 2013 Workflows - update multiple items at once
Dear all, I have developed a SPD workflow where it takes the first 8 characters of the filename and adds it to a column within the document library. Tested and everything works when user uploads ...
spucelik
Microsoft
Sep 07, 2016A PowerShell script will be your best approach. You can loop through all the items in the library and call the initiate the workflow for each item. You'll be able to use the same workflow to handle existing items as well as future itesm.