Icon

Demo Workflows

This directory contains 88 workflows.

IconLoop processing time comparison 

Comparing the processing time of a 70,000 iteration loop to generate 2 rows per existing row, versus an empty loop and a non-loop that performs the same action

IconLooping and using data from previous iteration 

Ports 2 and 3 of the loop end node have been added as "recursion ports" so... Data which is sent to Port 2 on the Recursive Loop end will be included in […]

IconManually writing a DB Transaction Outside a Loop 

The DB Transaction Start and DB Transaction End nodes allow you to model a database transaction, but there are limitations on how to make them work when the […]

IconMerge Tables based on dates 

Merge rows based on dates and employee number from three tables, and then fill down missing values from previous row for employee based on date order

IconMerging Cells with Continental Nodes 

Demo workflow for merging cells in columns where the String values of the columns have been repeated

IconModify strings to numbers based on formula 

Text strings starting with < and > should be converted to numerics, and the value calculated based on a formula defined in the forum post

IconMove corrupted Excel Files from folder 

Demo workflow to find all corrupted xlsx files in a folder and move them to a "bad" folder.

IconMove corrupted Excel Files from folder with row counting 

Demo workflow to find all corrupted xlsx files in a folder and move them to a "bad" folder.

IconParent-Child Hierarchy with recursive loop 

<p>For a list of parents and children in a hierarchy, this uses a recursive loop to find all the top level parents and their descendants (children, […]

IconProcess Telephone Numbers 

Example of processing telephone numbers to obtain the country code. This workflow demonstrates parsing of telephone numbers, but keep in mind that the […]