I realize it's probably an odd question to ask in this group but can anyone guide me on how to start a Nintex Designer WF from a SPD workflow. I assume it is by utilizing an SPD web call, but cannot figure out the specifics.
Answer
Is there a way to start a Nintex Workflow from a SharePoint Designer Workflow
Best answer by bamaeric
One possibility outside of using a web service is to add two new Yes/No columns (YN1 and YN2) to the list/library both with a default value to No. Then have the SPD workflow run and change the YN1 column to Yes. Configure your Nintex workflow to run when an item is modified. Next use a Run If action configured in the Nintex workflow to run its contents if YN1 = Yes and YN2 = No. Last step in the Run If action would be to set YN2 to Yes (or both YN1 and YN2 back to No) so you don't get stuck in a loop.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
