If you're getting started this doc will take you through the process for enabling and setting your workflow.
Want to know what product version you are running? See Identify the product version you are running
What actions do people use the most, and why do they like them? If you're new to Nintex, you might find this post interesting, here you'll see what our community members think of various workflow actions, and how they use them. The Community Speaks - "Favorite Workflow Action"
New to Nintex and looking for additional resources for learning how to use Nintex products, or want to brush up on some features? Head to the Nintex Learning Center to find more training resources, and allow you to earn Nintex certifications.
I need more Sample(Tutorial) document for office 365
What happened to all the Samples/ Tutorials for Sharepoint 2010?
Hey Katalin, the tutorials under Nintex Workflow for SharePoint cover both Nintex Workflow 2010 and Nintex Workflow 2013.
Cheers
Office 365 SharePoint Online Nintex Form rookie question, but going through the videos and wondering
Sure will. Thanks!
Hi
Can someone help me " How to send e-mail notifications on any specific-day of a week (recursive) to SharePoint groups"
Thank you
A colleague of mine, Jody Brooks, expanded an idea I had on avoiding the infernal 5-minute loop caused by "Safe Looping".
Just to show the impact of this when I need to create 30 list items; it took 90 minutes. I did the same task in under a minute utilizing a "for each" Loop.
Since I knew I need to loop 30 times, I added 30 Numbers to a dummy list. (The list contained nothing but a number column.) I used a QueryList to extract the number items from this list based on the number of iterations I needed. (e.g., if I only needed 20, I would set a condition for the number being less than 21.) The creation of that same 30 item Custom List took under a minute.
Obviously, if I needed to create a 1000 item Custom list, this would be a pain to seed the dummy list with numbers 1 through 1000. Also, extraneous lists are not a cool way to handle this scenario. What I would have liked was a way to use a collection variable to do the same thing: have the "for each" iterate over an array/collection the number of desired times. (This is common in most languages: JavaScript, PowerShell, Python, C#, etc.)
Jody noticed that in the Nintex Regular Expression that components were split into multiple collection variables. Take the following string to get the idea "1,2,3,4,5,6,7,8,9,10". Splitting this using the "," would yield ten collection variables--each containing a number. The Nintex for each loop is designed for collection variables. With the above collection variables, I can iterate through a loop ten times.
I, then, tried to a seed a Global Variable with 1,2, .. 1000 in Nintex Central Admin. Alas, a string is limited to 255 characters. I got about 87--not terribly useful unless you are into base 87. ;)
Taking this back to Jody, he suggested a UDA, User Defined Action. (These widgets show up in your tool box.)
It turns out the Single line of Text variable will hold the number 1..1000 with commas with ease. He expanded the UDA to return the collection of 1000 variables--each with a number. The output of the UDA is a single collection variable.
Later I will expand this on how Jody rolled this construct into a responsive State machine based on a variable in a list changing.
Sometimes collaboration makes ideas bloom. Thanks Jody for the inspiration.
support for Nintex is too difficult! so many hoops to get through for simple questions
Where are the support tutorials? I want to configure lazy approval and can find no simple text tutorial on this
I put it in a search box and there are no contents found? what?