Make your phone or tablet smarter with automation
value coalesce(value1, value2, …, valueN)
Returns the leftmost argument value that is not null.
null
To instead return the leftmost argument that do not evaluate to false use the Logical OR (||)operator.