Icon

Components

This directory contains 224 workflows.

Column Headings as Array Variable 

Stores list of column headers as an array variable. This can then be used later in a column filter to ensure that only those columns that were originally in […]

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