Skip to main content

When I listen “events” by SDK, and then change column values for different types of columns - the “change_column_values” always triggers as it should, but except for the column with type = “name”. Is it a bug or how can I do it in another way?


Method I use:

monday.listen('events', callback)

Hello there @seriksk1 and welcome to the community!


I hope you like it here 💪


This is expected behavior.


It is not possible to use monday.listen(‘events’) for that.


You could use a webhook maybe, to let your app know when an item name changes.


Cheers,

Matias


Reply