Flow Aware Rule
- 27 May 2021
- 1 Minute to read
- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Flow Aware Rule
- Updated on 27 May 2021
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
The Flow Aware Rule is a type of rule that can only be used in the Flow, that is aware of all its data. Only Flow Input data may be used for the Flow Aware Rule's Inputs, as Input Data may not be defined by the Rule itself.
Example
This example will demonstrate how to create a Flow Aware Rule that will take a String value (ASimpleString) from the Flow.
- In the Designer Project, click CREATE FLOW, select the Default Flow template, and click CREATE. Name the Flow and click CREATE.
- Select the Start step and select Show Editor under the Flow Data category on the Properties panel.
- In the Data Definitions window, enter "ASimpleString" under the Name field and leave the Type as the default String [Text]. Click CLOSE to return to the Flow Designer.
- Click on the Done path. Navigate to Flows, Rules, Forms and Reports > Rules and select the Flow Aware Rule step. Click ADD.
- Click Edit under the Rule category on the Properties panel.
- When the Rule Designer opens, click Select Data Element and select ASimple String.The Data Element will display any Flow Data inputs that are defined on the Start step.
Was this article helpful?