Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Connection Points
Connection points are the point at which data 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 data from an Input Connection Point, then returns a structured address to an Output Connection Point. This Actionflow can be reused across the application to pass in and receive address data.by connecting in different address data and receiving the output. Each combination of connections is referred to as an instance, that can be viewed by pressing the
button in the Settings. Insert excerpt _actionflow_instances _actionflow_instances nopanel true
The different types of connection point are:
- Inputs receive records into the Actionflow one-by-one
- Lookups retrieve data when called, passing in blocks of data as a single dataset (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 only one
which causes the Actionflow to run.Insert excerpt _input _input name caps nopanel true
- Every Actionflow must have only one
: all records are pulled as a single dataset but only when the connection is referenced in an expression inside the node. Records are then returned as a single dataset (array), which may contain multiple recordsInsert excerpt _lookup _lookup nopanel true
The datasources 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
|