IF Function

The IF function allows you to evaluate a condition and then do one thing if the condition is true, or a different thing if the condition is false. Commonly referred to as If-Then-Else, your logic inside an expression can be simple to complex, and the result represents whether or not the condition is true.

Find the IF function in the Context Browser > Function tab > Logical section and drag it into any Type/Drop field. Then, in the Smartfield Composer, type or drag Fields, Functions, SmartObjects, or Workflow-related properties from the Context Browser to configure your IF function. For advanced configuration, including nesting conditions, click the Edit in Rules Designer button to launch the advanced Rule editor.

Example of an IF Function