I recently had a chat with someone who wanted to use a PadRight type function. in Nintex Workflow Cloud. Since we don’t have that function in NWC, I decided to build it myself, as a Component Workflow. The reason I chose to do this in a workflow, is that it’s a no-code solution. It means […]
It’s one thing to have your workflow start off of events from other systems, like Safesforce, Box, Twilio, a Form or a Schedule. But if you have something custom that is built or being built for you, you can have that custom application instantiate a workflow in Nintex Workflow Cloud. In the video above, I […]
I recently had a need to take a collection of data in a Nintex Workflow Cloud workflow and create an item in a SharePoint Online list, setting a choice field from my collection. The structure that SPO needs it item1;#item2;#item3 etc. So I built that logic out. The workflow is below, but I also separate […]
As you build out more workflows in Nintex Workflow Cloud, you’ll find that reusable workflow design is going to be critical. The concept of Component Workflows in NWC is awesome and the best way to do this. In the video above, I show you how using a start Form with attachments requires that you configure […]