Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Connection Points
Connection points are the point at which where data, or interactions, is passed into and out of an Actionflow. It is this point that creates a separation between the incoming or outgoing data and the Actionflow itself that allows Actionflows to be reusable. For example, an Address Cleanser Actionflow that takes in a single line of unstructured address data from an Input Connection Point, then returns a structured address to an Output Connection Point. This Actionflow can be reused by connecting in different address data and receiving the output. Each combination of connections is referred to as an instance Instance, that can be viewed by pressing the
button in on the Settings. Insert excerpt _actionflow_instances _actionflow_instances nopanel true
The different types of connection point are:
- Inputs receive records data into the Actionflow, records are read in one-by-one
- Lookups retrieve data data, when called, passing in blocks of all data as a single
datasetRecordset (array) - Outputs return data out of the Actionflow
Inputs and Lookups
: records are pushed into the Actionflow one by oneInsert excerpt _input _input name caps nopanel true - Every Actionflow must have at least
onlyone
which causes the Actionflow to run.Insert excerpt _input _input name caps nopanel true
- Every Actionflow must have at least
: all records are pulled as a single dataset recordset but only when the connection is referenced in an expression inside the nodeactionflow. Records are then returned as a single dataset recordset (array), which may contain multiple recordsInsert excerpt _lookup _lookup nopanel true
The datasources data sources available to be mapped into the Connection Point of an Actionflow depends on where the instance of the Actionflow is being called from. For example, if a screen has a grid of data and a card container, an Actionflow on a button which exists on this screen will have access to both sources of data.
To select the source of data, click the input box under Connections.
Tip |
---|
Ensure the Output Connection Point is connected if the Actionflow needs to return data. |
HTML Comment | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Connection Point Types
|