Nintex Workflow 2007
How To: Get User IDs from SharePoint Group with Nintex Workflow
In a recent conversation with a client, who uses Nintex Workflow 2010, I was asked if it is possible to send personalised emails to individual users in a SharePoint group. In Nintex’ Send Email action you can choose to send an email to the whole group or an email to each member of the group. [...]
Issue with “For Each” Workflow Action
I recently upgraded a client’s Nintex Workflow 2007 installation to the latest build V1.10.04 and after the upgrade I came across the following issue.
I had to do a search query which returned the ID and path of an item. I stored the results it in a collection variable. Then I used the “For Each” workflow action to get the ID’s and path’s individually while iterating through the collection. For both cases, ID and path, there were individual actions that needed to be run. Once the workflow was fully designed…