Skip to Main Content
Nintex Ideas

đź‘‹ Use this site to provide feedback and ideas for all Nintex Products. See our post on Nintex Community "Welcome to Nintex Ideas" for more details on Nintex Ideas, how an idea is handled by our product teams and more!


If you have questions about Nintex Ideas, please contact ideas@nintex.com

If you require support, please visit Nintex Customer Central

If you have a sales inquiry, please contact sales@nintex.com

ADD A NEW IDEA

Workflow Designer

Showing 254 of 2438

Public web form url in designer

Make public web form url available in the designer without publishing workflow.

Edit existing connection(s)

A connection once added will not be able to change/edit. Looking for the capability to change/edit an existing connection. This avoid hassle to delete and recreate a connection. Need as if for instance a password to the connected service has chan...

Task or Workflow related API

REST API to get list of My Task, get task, update task, approve task, reject task, task actions, etc.

Help with example

We should start to include example(s) for each workflow action's help content in the Nintex Workflow Cloud help file. I found most of the time referring to a help content for an action, I have no idea how it is configured without the help with exa...

Name action

Custom naming an Action, to each the reading of workflow design.

Ability to group actions

Capability to group multiple actions into one, collapse/expand group of actions in workflow designer view, to make the design of big workflow easy to read

Print workflow design or save as an image file

Capability to save workflow design as JPG, PNG, etc. or print the workflow design

Concatenate collection items

Collection operation to concatenate all items by specifying the collection variable, eliminator, output text variable. a Collection with items of "One":"Two":"3", to be concatenated and output as a string variable as "One,Two,3" if comma is the e...

Compare if two collections are equals

Compare if collection of ["One","Two","3"] has same items of collection ["Two","3","One"]

Dictionary variable

Dictionary variable to hold paired value such as e.g. 1 = 1:"One", 2:"Two", 3:"Three" e.g. 2 = key1:[1:2:3:4:5], key2:[2:3:4:5:6] e.g. 3 = key1:value1, key2:value2, key3:value3 etc.