Webhook not detecting changes to tables (ArcGIS, Field Maps, ArcGIS Online)

The objective for this webhook is to send out email alerts when new rows are added to one of two tables in a ArcGIS Online hosted feature layer. The webhook is aimed at a hosted feature layer which contains 3 layers and 2 tables. I have implemented similar webhooks using this method but I’m running into issues regarding this specific feature layer. I suspect there’s something I’m missing regarding the change detection of the tables. I have tried using the built in Field Maps module and a custom webhook in Make with no success in detecting any changes. The Field Maps webhook can access the table in the feature layer and should work but when I edit the table with the scenario running, no changes are detected.

Using the custom webhook in Make and ArcGIS REST, I’m able to ping the webhook URL and get it to return return some nonsense but it’s still fails to detect any changes made to either table.

image

image

The Field Maps connection is authorized and verified (I’m using this same connection for several other webhooks which function as intended). I’m at a loss of what’s going on here. Any help would be appreciated.

-Alex

Hi @CEMML_EDP ,

As far as I know, Make relies on the application sending the data to webhook. The best possible solution here is to reach out to the ArcGIS support team share your Webhook URL with them and ask them to check the logs at their end.

They can verify the same and let you know if they sent the request to Make Webhook URL and if yes, what was the response they received.

2 Likes

@CEMML_EDP
I have the same issue. I have used this ArcGIS Field Maps module before, but suddenly it is not working anymore :frowning:

SOLVED: I included an iterator right after the ArcGIS module, and before the Router-module. In the iterator I included all necessary fields, fields I would use later in the process