Hi,
I’m working on an application that identifies formulas columns on a board and listens to changes in formulas.
I’m able to get information from the context via monday.listen(“context”), but I don’t get any callbacks on this callback, even after modifying a formula column on the board.
monday.listen("events", (res) => {
console.log(`*** now it seems the events has changed:`, res.data);
})
I was initially running the app in Preview mode with the tunnel, and I thought maybe it was due to this. So I created a new build of the app, upload it, and then loaded the app on my board.
Even after I install the app and make changes to the formula column, I cannot see anything printed in the console.
Could you please help with this issue.
Many thanks.