"Remove item from colleciton" collection operation does not currently support to store the removed item to a variable, because of this, we will need to use two collection operations to achieve the goal of removing an item from collection + store t...
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...
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...
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.
Convert value and store into a different variable type
Hi guys, Is there going to be an action where we can convert variables into other type of variables (Text to Date, etc)? For Context: I'm building a workflow that will pull a date value from Salesforce. However, when NWC pulls this field, it creat...