What is a Converge Action?
An Action
The Converge action is used to combine two paths within an Actionflow. This node converges two or more paths together, passing through all attributes which are common to all incoming paths. It does not merge any records.
Creating Converge Actions
- Click an
Worked Example
Here's a worked example using the Shop Data (available from the Learning Centre).
In this example, we are using:
- A Customer Form screen containing blank input fields, set up to create a new customer - this screen was created using the Edit Form template
If you are completing this chapter as part of the Actionflow course and using a training instance, the data and screens have already been pre-loaded into the Actionflow Intermediate Application. For this example, we'll be working on the grid on the Customer Form screen.
GIF/SCREENSHOT OF FINISHED RESULT
For this example, we'll create
We recommend that you have prior knowledge of Gateway actions and Email actions or have completed 2.03 Gateway Action Configuration and 2.11 Email Action Configuration.
SEE ACTIONFLOW ON SAVE BUTTON ON NEW CUSTOMER FORM
Converge Actionflow
Example:
- Open the Customer Form and unlock the screen
- If you have completed the chapter xxxx on xxxxx, right-click on the Save button and choose Remove Actionflow
- Close and reopen the screen
- Right-click on the screen and choose Add Form Actions
- Drag Save Record onto the Save button
- Open the Actionflow on the Save button
- Create a Gateway action
- Name:
Joined Mailing List
- Name:
- Add this between the input and save action
- Choose the out Output Connection Point
- Click on the input connection point and map in the attribute, mailingList, into the Actionflow
- Map this into the gateway node
- On the gateway node, create 2 rules:
- Attribute: EmailMe
in.mailingList == true
- Attribute: DontEmailMe
in.mailingList != true