Icon

Components

This directory contains 215 workflows.

Column Name at Position 

Returns the column name (as a flow variable) at the given index position in the current data table. Index starts at zero. @takbb Brian Bates 01 Aug 2023

Column Reference Type Cast 

Attempts to reset the column data types of the upper table using the column data types of the lower table. Where the data types are incompatible, the column […]

IconColumn to Named Double Variable 

Creates a flow variable of the specified name for the selected column. The data type of both the Column and the new Variable will be Double

IconColumn to Named Integer Variable 

Creates a flow variable of the specified name for the selected column. The data type of both the Column and the new Variable will be Integer. This expects […]

IconColumn to Named String Variable 

Creates a flow variable of the specified name for the selected column. The data type of both the Column and the new Variable will be Integer

IconContinue At 

Stores away current data and flow variables under an "event name" so that they may be picked up by a "Continue From" node which is awaiting the specified […]

IconContinue At (with Variable Filter) 

Stores away current data and flow variables under an "event name" so that they may be picked up by a "Continue From" node which is awaiting the specified […]

IconContinue From 

Picks up the data and flow variables stored under a specified "EVENT NAME" by a Continue At node. Processing blocks on this node until a signal from the […]