Hi all, I have been using webhooks in my nodejs application for awhile and sometime I think my webhook is not receiving the event callback. In my sheet I have a column A, (not editable directly) which is a formula that's calculated using column B. When an user updates column B, column A gets updated which triggers the webhook that I have setup targeting that specific sheet and column.
It usually works but there are times when an user updates column B, and column A gets updated but it didn't trigger the webhook call (from what I can see in my node js logs). I am still investigating if this only happens to certain user but I want to ask if anyone has experienced similar issues before? What could potentially be the cause? Thanks