Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

coalesce

value coalesce(value1, value2, …, valueN)

Returns the leftmost argument value that is not null.

To instead return the leftmost argument that do not evaluate to false use the Logical OR (||)operator.

Parameters

  1. value1 — first number or text.
  2. value2 — second number or text.
  3. valueN — N-th number or text.

Returns

  • the first non-null value, or null.
Note! This documentation is also accessible within the app from Help & feedback menu.