Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

By default, a maximum of 10000 rows is processed to be sent via email. This can be controlled via configuration. Also, there is a maximum of 5000 character limit on emails which can also be controlled via configuration.

Operator Usage in Easy Mode

  1. Click + on the parent node.
  2. Enter the Notify operator in the search field and select the operator from the Results to open the operator form.
  3. In the Input Table drop-down, enter or select a table to run this operator on.
  4. In the Notification Message, enter or select a column, and the data of this column will be sent as notification.
  5. In the Notify as Flow, enter whether to notify when run directly without batch.
  6. Click Run to view the result.
  7. Click Save to add the operator to the playbook.
  8. Click Cancel to discard the operator form.

Usage Details

LQL Command

Code Block
notify(inputTable, notificationMessage, notifyAsFlow)

...