Anywhere Mobility Studio Documentation
Conditions
The flow line triggers the true or false destination depending on the condition. The condition consists of a button or expression. When the condition is met, the flow line executes the "type to (true)" destination. Otherwise it executes the "type to (false)" destination. In certain circumstances, defining a condition is not necessary. When no condition is specified, the application uses the default button in the source activity as the condition.

Types
Flow condition types define the type of condition. These types apply to both "true" and "false" on the flow. For example, when a button is selected and that button is defined in a condition, the condition is met and the framework follows the "true" destination. Otherwise it follows the "false" destination.
| Property | Description |
|---|---|
| Button | Type of button to be selected |
| Parameter | Type of parameter currently processed |
| Value | Specific parameter value |
| T/F | Evaluate the result of a function as true or false |
| RecordSelected | Determines on a data grid whether a record is selected |