Use > OO Designer > Author in OO Designer > Author Flows > Edit the Expression of a Value for an Input or Output

Edit the Expression of a Value for an Input or Output

You access the Expression Editor by clicking the Edit button available from the Step Properties pane, on the Inputs and Outputs tabs, and in the Flow Properties pane, on the Inputs and Outputs tabs.

The Expression Editor displays the python value of the selected input or output value. For example, if you selected a system property named 'sp1' as the input value, this will be displayed as the python expression: get_sp('sp1') in the Expression Editor. It can include any valid python expression.