Hello everyone, I am relatively new to creating webhooks and am trying to configure one in Make that detects when changes occur to my AGOL table. I configured the webhook to be triggered upon updates, adds, and deletes. During testing, the webhook detects and handles updates correctly, but strangely not the deletes or adds. I was able to see in the payload that a deleted event was detected, but the unpacked response returned an empty Delete IDs array. I will continue testing this but I’m also wondering if this is a bug or if this is happening to anyone else?