...
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
- Click + on the parent node.
- Enter the Notify operator in the search field and select the operator from the Results to open the operator form.
- In the Input Table drop-down, enter or select a table to run this operator on.
- In the Notification Message, enter or select a column, and the data of this column will be sent as notification.
- In the Notify as Flow, enter whether to notify when run directly without batch.
- Click Run to view the result.
- Click Save to add the operator to the playbook.
- Click Cancel to discard the operator form.
Usage Details
LQL Command
Code Block |
---|
notify(inputTable, notificationMessage, notifyAsFlow) |
...