You’ll see in the video below, that I’ve found the Copy to SharePoint action very powerful, but the down side, is that it only runs on the current item the workflow is running on. If it’s a document, it will copy the document to another document library. If it’s an item the workflow is running on, […]
For a while, I’ve been meaning to write some JavaScript that would allow me to kick off a Nintex Workflow from a Nintex Form. So I had some time this morning and put it together. Not only does it start a workflow, but it sits and waits for it to finish and updates a label […]
When you copy an item in SharePoint to another list, you lose the workflow history. The main reason, is that the workflows that ran on the original item, don’t exist in the destination list. Workflow history is linked to a specific workflow instance. The process described in this post, is about getting the workflow history from […]
I have found that many people are interested in not only starting a workflow as soon as a document or list item is created, but also to run a workflow over a number of items in another list or document library. You have 2 options here.1. Create a workflow that performs all the logic for […]