Why do we need 'where clause' for listener on new object?

This feels counterintuitive to me. I want handler triggers on created objects without any additional term

from documentation
2024-04-30_18-19-01

How can I trigger handler on every new object in table?

The documentation clearly states that the where clause connector is optional:

Unconditional Delivery Listeners - Backendless SDK for JavaScript API Documentation

Yeah, sorry. Confused by

but why then this logic doesn’t triggers?

2024-04-30_18-35-04

How do you create a new object?

The Deep Save API will not trigger the “RT create listeners”. It uses a completely different system to persist objects.