I need to update the title of an item in my app when a user changes it in another view.
I see that there is a method called monday.listen, which takes “event” as an input. This listener gets triggered when a new item is added, or a column value is changed. But it is not fired for other common events like
- Updating the title of an item
- Removing an item
Is there a plan to add these, or an alternative workaround?
