It would be great to have a more collaborative designer space within NWC, where multiple individuals could work within the same workflow at the same time and see in real-time, changes someone else makes. Think Google Sheets or Google Docs. Not cri...
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.
Change the Workflow Description on Save and Menu Option
It would be great to have the ability to change the Workflow Description as needed. Currently, you can only change the Workflow Description when you first save a new workflow or when you publish a workflow. It would be extremely useful to be able ...
When I send a document for signing via DocuSign and use a template which has a signature field in a set location for signing, the signing fields does not show when sent to the receipient.
I want to be be able to use the DocuSign Get Signature event to use a Template in DocuSign to gather the receipients signature in a set location. The template has required fields that I want the workflow to respect and be able to populate. At the ...
Add a warning to Update items if no condition is specified
Many of us have learned the hard way that a condition is normally required when using the Update Items action since failure to do so results in the all items being updated. It would be so helpful and appreciated if there is a message warning that ...
add option to return a promise from a component workflow
Add the option to return a promise, and subsequently a response, from a component workflow. I like the ability to have a callback URL to pass data back. But often, component workflows run very very quickly. Why not allow us to return a promise / r...
I was just reading up about the testing feature within the NWC workflow designer. I've used this feature before and have found it helpful for some of my less complex workflows for testing simpler ideas. I've found that I do not make use of it with...
Retrieve day of the week from date/datetime variables
I would like to be able to take a date variable and find out the day of the week (Mon, Tue, etc.) There are times where I want to take action based on day of the week, but have no ability to do that right now.