Hello,
I encountered the problem.
I have the app running in preview mode in the developer section. I connect the app with existing board.
When the app starts it sets listener via call
monday.lsiten ("events", res=>console.log(res));
for debugging.
On the second tab I change value some value in the board column.
Expected result:
dump event in the browser console
Actual result:
nothing in the console
Can someone show me working sample how to use that listener?