Nintex Automation K2: Back to basics
Stay updated with the latest announcements, product updates, and community highlights from Nintex.
Recently active
I used Nintex Workflow for several years and always guessed how I could see my favorite actions on the section named "Commonly used" I always saw those friendly actions; "Assign Flexi task" and "Send notification", although I built tons of workflows with different actions. I kept asking: What 'd be the mysterious algorithm that Nintex uses to determine my action as "Commonly used".Is it a magic number?. Yes, it isAfter asking it on the Nintex Community, Emily told us that the magic number is 7.And I said to myself, "I used my favorite action more than 7 times". For example I remember I have a lot of "Change State" actions on my workflows.The trick is that you must drag & drop 7 times your action on your workflow design to see it on the "Commonly used" Category.It will not be considered as favorite, for example if you Copy/Paste it 7 times. Let's assume that your favorite action is "Calculate Date". Drag & Drop it 7 times on your workflow design Then Save the workflow.Close
An exciting new feature is now available in Nintex Workflow for Office 365. A Collection Variable!!! Now although Nintex Workflow for Office 365 has a Dictionary variable and it is extremely powerful, a Collection variable makes things easier. Remember - "Workflow for Everyone"!!. If you want to learn about the dictionary, take a look at these 3 posts:Dictionary Part 1 - Manually Creating a DictionaryDictionary Part 2 - Query XML results into a DictionaryDictionary Part 3 - Call Web Service result into a Dictionary That is what you see when you go to create a new variable. Existing on-premise Nintex customers will most likely be aware of the Collection variable and being able to use it in workflows. From a workflow designer standpoint, I've been using Collections in workflows for a long time and in most of my workflows. Now, being able to do this in Office 365 is a game changer for me. It's going to streamline my workflows in the cloud and it will speed up workflow design dramatic
Hi all, The July release brings some interesting features. One of those is the ability to create attachment rules on Nintex Forms for Office 365. Once you open your newly created form on O365, you see only the title and attachment displayed, right?When you select your attachment control, you'll open the attachment control configuration screen, and notice it has changed slightly. In addition to the previous 3 panels, you have now, the "validation" section. yeaaaaah! Basically the validation section allows you to create the following rules : Minimum amount of attachments (with customization of the error message) Maximum amount of attachments (from Custom to Unlimited) Note that for those amount you still can use item properties or inline functions to provide a dynamic amount of attachments according to your item!Allowed files format - One format per line (with customization of the error message) So now you can say that you want between 1 and 4 attachement files and they have to be Pdf or
Frequently our customers and partners ask if it would be possible to get their hands on a version of the Nintex Mobile App that didn't have the Nintex branding (logos, color schemes, etc.) or that they would like to customize even further. Unfortunately, I have always had to say, no you can't. Well, the day has arrived where I can say, YES! Welcome to Nintex Mobile Enterprise (NME)! Customized NME app icon on an iPad An NME form with custom branding on a Windows Phone 8 device (All of the same great functionality of NMA; offline forms and tasks*, rich attachment handling, lookups, validation) So what exactly is NME? NME is a standalone version of the Nintex Mobile App that you can build on demand via a web based interface. Some of the initial features include: Apply custom branding (your company's logo, colors, and more.) Generate standalone installation packages for any platform including; iOS (Apple), Android, Windows 8 Phone and Windows 8 desktop. Easily pre
Ever wanted to find out more about Nintex partners or have some great ideas about a potential project, but don't quite know how to get going? In fact, many organizations need help locating Nintex partners, and the Nintex.com site has a nice little feature available for FREE. It's called, "Find a Partner".Why you should care about this feature?1. If you're new to Nintex. Well outside of any obvious reason, if you're new to Nintex, then this feature can help you connect with a partner near you that can get you the necessary information. They are super qualified, know your local area really well, and t best of all they are waiting to hear from you. 2. If you're already a partner, or considering joining Nintex's Partner Network, then this could be your little gold mine. Partner networking is a great way to get connected, learn the ropes, and make great networking connections that can help grow your business or expand your current offerings. Many partners have a unique service offe
I recently worked on a Nintex Form and Workflow project for a large company who was made up of several smaller subsidiaries. Each subsidiary had multiple offices that were scattered across North America – for a total of 56 offices. This caused problems when trying to publish the workflow. Update (07-28-15)I got official word from Nintex support about the issue. Here is what they said."A SharePoint limitation has been hit. Workflow XAML failed validation due to the following errors: Exceeded maximum XAML element depth; maximum is 125.https://technet.microsoft.com/en-us/library/cc262787(v=office.15).aspx Under [Workflow limits] / Maximum depth of a workflow sub-step in xaml (workflow complexity). If you were to try the same workflow in SPD the same error will occur."
Nintex Workflow for Office 365 now offers the Filter action. The Filter Action will be a powerful addition to your workflows, allowing you to terminate a workflow if a condition is not met. For example, a car dealership wishes to tweet when a used car is delivered to their lot so their twitter followers may track any in-demand cars. A user on their mobile phone can enter the following information, where they can choose if the 'Car Type' is New or Used using Nintex Mobile. Since the user is out in the field, we want the workflow to start on new item creation, but we only want the workflow to run if the Car Type is 'Used Car'. Filter Action to the rescue!! Let's look at how to configure the new Filter Action to terminate the workflow if the Car Type is not 'Used Car'. An expression is set to look for the value of 'Car Type' for the current item, and progress if the value of 'Car Type' equals 'Used Car'. If the car type is not 'Used Car', the workflow will terminate and a tweet will not
There are actions inside Nintex Workflow that expect a specific data type. If you're dealing with performing mathematical or datetime calculations or comparisons, the variables or values must be in the format that are required in those actions. That is the whole purpose of the Convert Value action. It allows you to convert values stored in Text variables into other types of variables. Imagine querying a database or a SharePoint list and getting the data back. In some cases, data is stored as text and you want to be able to perform calculations or comparisons. It is important that you have an action such as the Convert Value action to be able to handle this type of conversion. Even though I've mentioned numbers and datetimes above, there are other variable types the Convert Value action supports. Specifically, converting Boolean, DateTime, Number, Integer and Guids. Below is a screenshot of a Convert Value action converting a typed in piece of text into a Boolean (Yes/No) variable.
Hi Community, i try to explain my problem and apologising for my poor english i made some screenshots, so mabee someone can understand my question. I have a library “CheckBoxTest” with 2 columns type “Yes/No” (Daten1 and Daten2): Now i created a Nintex Form with nothing than default settings: And a Workflow returning the values of Daten1 and Daten2: As you can see i tried to insert a “Commit pending changes” action to have the value of Daten1 and Daten2 set correctly but it doesn’t work. The Return of the Uploaded File is:So it doesn’t return the check true like I set, but it returns the default value set to false. How can I get the “real” value of my Daten1 and Daten2 without using a “Pause for …” action? Someone maybe has an idea? An possibly not having to change the column type and to use the Choice Control.Thanks everyone UPDATE: Answer provided by Henning Eiben OK, I missed, that the workflow is starting automatically - and that it's a library and not a list. That does make a si
Another foundation level video that I created for Nintex Workflow Designer for O365.
This is the second foundation level video that I created for Nintex Workflow Designer for O365.
Here is the first of several foundation level videos that I created on the topic of Nintex Workflow Designer for O365.
We at Slater Hill Inc recently came across an issue with a customer who wrote Powershell scripts to automate the deployment of a Workflow 2013 for SharePoint solution (including Site Columns, Workflows with complex Task Forms, Constants, and so on).I have read about (and experienced myself) the problem of automatically publishing a Workflow from an exported NWF file (using the Nintex workflow web service, with or without Powershell) and finding the workflow in the Unpublished state at the destination. The most common cause, according to the community, is a problem with the Columns on the List hosting the workflow.In our case, however, all of the scriptically-deployed Site Columns appeared to be in place and working fine. We opened the Workflow in the designer and went over it with a fine-toothed comb, removing suspect Actions, reimporting Task Forms from the DEV environment, fiddling with the Workflow Properties -- no luck. Trying to publish the workflow would result in the dreaded "So
As a little 'evening project' I've done some research on how to update Managed Metadata with Nintex Workflow for Office 365. There is no pre-defined action in Nintex Workflow O365 that does this. I've set a constraint for myself to do this with the SharePoint 2013 REST API, because the SharePoint SOAP Webservices are deprecated. There is a lot of information on the internet that describes part of the solution, but no overall practical guide (or at least I didn't find it). That's why I wanted to share the following practical description with the community: There are just 4 steps you need to follow: STEP 1: Add a 'Build Dictionary' action to your workflow Configure this action as follows: STEP 2: Add a Call HTTP-webservice Action Configure this action as follows: STEP 3: Add a Get an Item from a Dictionary Action Configure this action as follows: STEP 4: Add a Web Request action Configure this action as follows: Of course there are some improvements to make: for instance: you sho
So what is with the title ?? Well here in the land of droughts, floods and fire we have a popular saying “White Line Fever” now it may be used in other countries, but in context here, it is associated to someone playing sport namely AFL (Australian Rules).The way it works is, let’s say Barry is the nicest bloke around town, and wouldn’t hurt a fly and goes out of his way to help the old lady across the road.. But Barry suffers from “White Line Fever”.. Every Saturday he runs out onto the Football Oval, and as he crosses the white line into the field of play, he becomes a man possessed. The Barry that you knew during week is now null and void.. All you have a hot steaming mess hell bend on getting the football at no cost.. This is white line fever.. Now whilst it might sound like a good thing, and at times the player with white line fever can sometimes spur a team on just when they need it.. Most of the time however, they are unpredictable and normally end up on the side lines because t
We are really excited this month with a new action coming out for Nintex Workflow O365, the Query List action . You may be aware of the already existing "Office365 Query List". This new one is much more user friendly and has been designed to query the list on your current site, without having to select any user or to write any CAML Query.Let's take a first tour of the features! You will find your new action in the "Libraries and List" section of the Actions ToolPane When you drag N drop the action, you will notice that you can simply select in a list one of the list or library you want to query from your current site (don't you feel to be like on the On-Prem version already?) Filtering. It almost looks like you are creating a Sharepoint view! You can select all or a set of items based on filters (possibility to test string with ( <, >, =, Contains (yuhu!), Begins with...). You can even filter using an OData filter string.Sorting.How rude would it be if there weren't any sor
With the release of the Office 365 Query User Profile action, it opens up a vast array of possibilities. One main piece of functionality that you can build in to your workflow, is the ability to get the manager of the current user. Having said that, there are a bunch of other properties you can get which can make your workflow that much more dynamic and more powerful. Not only are there the out of the box O365 user profile properties, but you can add custom ones if you need to. For this post, I'm interested in just getting the manager, since in a lot of business processes you will be building out, the manager is the person you'll be looking to assign tasks to. Workflow Designer How It Works I've made the workflow, which in some cases would be fairly simple, a little more complicated. That's because I want to show some other functionality also. We start off with a Query User Profile. When a workflow starts, it's in the context of the user who caused the event that started the workfl
This is the second video that I produced to help me progress in my Nintex Forms for O365 learning journey. This video covers how to add a form to a list and provides an overview of the basic product functionality, navigation, and user interface. Hope you find it useful. Enjoy! <-- Previous: Fundamentals of Nintex Forms for O365 Video 1 Regards,Dean Virag
It is well known that you can use or create your own custom actions to be used on our workflows.I'll try to research about all kind of custom actions, that perhaps could useful on some of our workflows.You are free to participate on these post collaborating with this list. ULS LogDescriptionThis is a sample to create a custom action so as to log exceptions on ULS.PriceFree. Developer skills needed.Referenceshttp://sharepointracks.blogspot.com/2014/08/custom-action-con-nintex-y-sharepoint.html AutoTagDescriptionWAND, Inc., a provider of taxonomies and the DataFacet Automatic Tagging Solution for SharePoint, has announced its integration with Nintex Workflow.PriceNot Free. U$S ?Referenceshttp://idm.net.au/blog/009159-wand-adds-automatic-tagging-nintex-workflow SignaturesDescriptionCoSign connector can be used within a Nintex designer as a custom action, or as a “custom task” in a Nintex “to-do” task. Within Nintex workflows:AutoSign with CoSign and Verify with CoSign are custom actions
We often get asked this question that "How secure is my data on Nintex Mobile?" or " What kind of encryption does Nintex Mobile use?"So I thought, I create a blog post to explain data security in Nintex Mobile. In a nutshell Nintex Mobile relies on the host operating system for data encryption. That means if your OS is configured to encrypt it's storage, Nintex Mobile will respect and follow that. Normally in order to enforce data encryption on mobile platform, you have to have a pin code or password configured for your device.For iOS and Windows Phone we could enforce encryption at application level. This means your Nintex Mobile data gets encrypted as soon as the lock screen (pin/password screen) appears is encrypted until the user has put the passcode for the first time after the device has been booted. For Android this could not be achieved at application level. You either need to enforce device encryption using your MDM or to manually enable device encryption under lock screen. Th
Hi all. I am very new user to Nintex Forms and Workflows for O365. As part of my learning process I like to create videos of topics as I learn them. It helps me to master content, one small chunk at a time. I would like to share my videos with the Nintex Community. This first video is a foundation setting video on Nintex forms for O365. It is designed for users with little to no experience working with forms. It presents the terms and concepts that will be used in later videos. Let me know if there are topics you would like to see presented. Enjoy! -- Dean Next --> Fundamentals of Nintex Forms for O365 Video 2
Products: Nintex Workflow 2013, Nintex Workflow 2010 A request came in a few days ago for a way to programmatically toggle Nintex Features for all Site CollectionsSites that utilize Nintex Workflow in a given Web Application This PowerShell script will disable and then re-enable all Nintex Features in the WebApplication (as long as they were previously enabled). PowerShell Script Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue $NWSiteFeature = '0561d315-d5db-4736-929e-26da142812c5' $NWWebFeature = '9bf7bf98-5660-498a-9399-bc656a61ed5d' foreach($feature in $(Get-SPWebApplication -Identity http://contoso.com).QueryFeatures([Guid]$NWSiteFeature)){ Write-Host "Processing $($feature.Parent.Url)" Disable-SPFeature -Url $feature.Parent.Url -Identity $NWSiteFeature -Confirm:$false Enable-SPFeature -Url $feature.Parent.Url -Identity $NWSiteFeature foreach ($webFeature in $feature.Parent.QueryFeatures([Guid]$NWWebF
Some users that use the International version of Nintex forms, use to show the designed form on the Nintex Form Web Part. On those cases when a user saves a form, they see the following message: "Item added succesfully" , that is not a message in their language. Here is a workaround so as to change that message: Add the next sentece on the Form settings, custom Javascript section. NWF$("span:contains('Item added successfully')").html('Vare tilføjet med succes');
So… virtual show of hands, who here knows what the Connection Manager is? If you do, well done! What is it?The Connection Manager is a simple way to manage connections to external providers through the Workflow Designer. The current providers we have available are:DocuSign Microsoft Dynamics CRM Salesforce Where is it found? In the Nintex Live Section of the Workflow Designer Ribbon (Nintex Workflow 2013 / Nintex Workflow 2010), you will see an icon for the Connection Manager.Why is this GOOD? Back in the day (prior to the Connection Manager), a user had to enter the account used each time they wanted to fire off an action that required some sort of authentication. (GROSS!) With Connection Manager, you can store the credentials to be used for those External Provider actions (DocuSign, CRM, Salesforce). (HOORAY!) Even Better… (this is important) When setting the Connections up, you can scope it two ways:User: Limits availability of this connection to the current user account. Site: Does
This post applies to Sharepoint 2013 on Premise and Nintex Forms. I have not tested it on another versions, but I think it‘d happen the same.Currently you can use a formula on the “Calculated Value” control available on Nintex Forms.There is a particular behavior when you compare two columns of type person. The case that works as expected I have 2 columns of type Person named PrimaryOwner and SecondaryOwner.Both of them are equally configured. Sharepoint List ConfigurationNintex Form ConfigurationAnd then I use the control named “Calculated Value” that has a formula on a Nintex form comparing those 2 fields. The result Then I added an item on the Sharepoint List setting those 2 columns with the same user.With those values the result of the calculated value is true.So far, so good. The case that doesn’t works as expected I have the same 2 columns of type Person named PrimaryOwner and SecondaryOwner.Both of them are NOT equally configured. The difference is that I changed the property
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.