Hello Team,
I’ve faced an issue when I use monday.listen.
I’ve made a subscription for changes in the board.
monday.listen('context', res => {
//handler's code here
});
Then I changed the numeric column settings, but the event hasn’t fired.
Maybe I’m wrong but a few weeks ago all worked as expected.
Or It would be much better if you offered a solution to catch changes in the column’s settings such as changes in format or adding a description.