Hi. I’m developing board view app that detects changes in realtime, by using
monday.listen(“events”…)
also I need to check for currently filtered items
monday.listen(“itemIds”…)
my app should only detect changes in the items that are within currently filtered.
But when user add new item, first “events” callback fires, and only after that “itemIds” (if this new item goes in filtered).
So, if I’m checking filtered in “events” callback it would always fail. I guess I can workaround by adding some delay in check, but this doesn’t look good, maybe there is more clean way?
Order of events and changing Ids
This topic has been closed for replies.
Login to monday.com
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.