Use If
(opens in a new tab) to return one of two options based on a condition. This example summarizes using bullets if the input is longer than 800 characters.
Similar to an if
else
statement, the second option is not required. If only one option is provided and the condition is not met, If
returns a null
result.