I have the requirement to run the workflow Monday - Friday from 8 a.m. to 5 p.m. I don't see anywhere to set it in the Schedule. Can you please help? This feature is very common in Windows Server: Task Scheduler. Thanks!
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.
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.