The "Call a web service" action is currently support GET, PUT, POST, and DELETE. Why is the PATCH missing? I found a lot of time HTTP PATCH is needed by most of the REST endpoints. Can we have this action to support HTTP PATCH as well?
When a start event is Nintex Mobile and the workflow is paused, the form should be removed from the Nintex Mobile. Otherwise you have a from that is not useable and you can never get rid of it.
I would love to see connectors / actions grouped separately. Also, seeing Connectors sub-grouped by type (e.g. database, CRM platforms, file based, etc) would be helpful as there are just so many now.
When creating forms for staff to complete in the field we need the ability to upload more than 20 images per form. We require these images to be added to a PDF for legal requirements. Otherwise we have to split the form into multiple DocGen's to c...
Branch by condition - support for multiple conditions
I'm not sure if it's just me, but I can't figure out how to use multiple conditions in the action "Branch by condition". In the previous versions of WF, you can easily do: if COND1=true "OR|AND" COND2=true "OR|AND" COND3=true. Thanks!
Create custom events and listen to it within the "Start event" action. Example, there's a table in Salesforce, FAQ__kav, which I want to listen to for new record and do some processes thereafter.