Recently, I came across a question about using Nintex Forms and Workflow in O365, to create SharePoint Groups. That’s the kind of challenge I like. Sometihng to wrap my head around to see how something like that could be automated. A little research and I found that UserGroup.asmx exists in O365 and I can call that. […]
The idea behind this process, is that we want to have an order Nintex form that has a repeating section with order items in it. Those order items, we want to appear in another list. An Order Items list. There are a few caveats here. We want to make sure that if you go back […]
Ok, so people have been asking for this, so I decided to put it together. But, having said that, I’m doing this while on vacation, so as a result… I want you all to go and donate to some good charity. If it’s Autism related, even better!! 1 in 68 kids in the US. That’s […]
Today, I had a request on how to have links to documents in a Nintex Form (O365), but specifically in a Task form that was created from Nintex Workflow for Office 365. It’s an interesting question, since at this stage, we don’t have access to Nintex Workflow variables in the Nintex Form. I did figure […]
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 […]
A Repeating Section in a Nintex Form can be used in a number of different scenarios. The first once that always comes to mind, is an Expense Claim form. These types of forms will have any number of rows of data. The number of rows is not defined at design time, but rather is dynamically […]
I really enjoy building out processes that not many people think of doing, even manually, but having an automated process can really save a company money. This process came from the fact that many companies are sending a lot of employees to the Worldwide Partner Conference ’15 in Orlando. Since a lot of the employees […]
I had a need the other day to get a visual of a Nintex Form, without all the SharePoint stuff around it. Almost like what you’d see if you were to use the Nintex Forms list form web part. This is what the form looks like normally, when I just clicked on an existing item. […]
In Nintex Forms, when you add a Choice control, it can have a number of different display formats. The one I will focus on today is the List (multiple selections) format. This is a great way to display a bunch of data, but at this stage (12th May 2015), the control shows your 4 items […]
Thanks for reading (viewing) this post. This is about taking a Nintex Forms instance that someone has filled in, and using Nintex Workflow to convert it to a PDF form. Now this is a workaround and not an official Nintex Forms to PDF converter. But hopefully, it will give you an idea of how to […]