Icon

Components

This directory contains 195 workflows.

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 […]

IconContinue From (with Variable Filter) 

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 […]

IconCreate File or Folder Variables 

This is based on the Open File or Folder component, but has additional features for creating a file or folder variable If executed, and the option to […]

Create Missing Period Rows 

Inserts additional rows for missing periods in a data set. The input data set must have a defined year and month column, as configured on this component. A […]

Create String Array Variable 

Creates a String Array Variable from the items entered in the configuration. One String element is created for each line 13 May 2021 @takbb Brian Bates