Nintex Workflow Cloud

Creating a Nintex Workflow Cloud Xtension using a C# Azure Function

This is a little addendum to the previous post : http://workflowexcellence.com/creating-a-nintex-workflow-cloud-xtension-using-a-javascript-azure-function/ Since I’ve done a lot more C# dev than Javascript, I started looking into how to built an Azure Function using C#. Below is one such function that does a Trigonometry Sin calculation. The idea is to show how pass in information from a Query […]