If Nest

Description
Returns the value of multiple If statements.
Tags
Operators
Type
Text
Syntax
if(boolean, value), if(boolean, value), if(boolean, value), "value"
Example
if(prop("Length") < 180, "⚡️Quick Read", if(prop("Length") <= 360, "☀️Ideal Read", if(prop("Length") <= 1200, "☄️Lengthy Read", "")))
Template Example