Execute a Query - SQL Script box should be expandable
When building a SQL Script for use with my workflows (especially when substituting parts with NAC variables) - there's very little space to work in. It's frustrating to use, and using arrow keys to navigate the script just acts as [Home/End], jump...
Add Support for running Nintex Gateway on a cluster
A gateway cluster not only help ensure that a customer can access their on-premises data i.e. SQL from NAC but also helps avoid single point of failures when accessing the on-premise data resource. For instance, if a customer has a DR setup with t...
With being able to run Nintex Workflow as well as install the mobile application, it would be helpful to be able to send a push notification to the users phone within the workflow as a new action item.
Occasionally I encounter the need to use a text mask input validation in a Text - short field but with more than one possible format. For example, I have a field for entering a Social Security number or Tax ID number (SSN/TIN). Of course, SSNs are...
The embedded Nintex Component for Salesforce only allows you to have 1 form on display per component on Salesforce. It would be beneficial to have the component allow you to select which workflow you want and then load the starting form for the wo...
When viewing the Instances tab we cannot sort by the various fields displayed on the page. Please enable sorting for all fields (Instance name, Workflow name, Status, Date initiated, Date completed).
Add Date Completed to the filter options for instances
Please add Date Completed to the list of filter options on the instances tab. It is hard to find failed instances of long running workflows when the only filter option is started date. Please make Date Completed a filter option.
It would be really nice to have the option within the 'SharePoint Online - Create an Item' action, to be able to auto-create a SharePoint list with fields based on the form fields.
We have forms with 400+ fields worth of data that need to be sto...
Guest
over 5 years ago
in Connectors
0
Not Planned
support more complex methods of math operations, e.g.
(varible1 * variable2) / variable3
sum(var1, var2, var3, var4)
other functions such as product(), mod(), power(), sqrt(), etc.