Hello everyone,
I am trying to use a Make scenario to make updates to a Hosted Feature Layer that has a webhook in operation. I am stuck dealing with an issue with infinite recursion--if Make changes the layer with the webhook, then the webhook gets triggered again, which causes Make to update the layer, which triggers the webhook...
My first attempt at a solution was to make a new view layer with no webhook, but unfortunately the webhook is still getting triggered. Per a separate community conversation, it sounds like this approach might work with Power Automate, but doesn't seem to be working with Make. More details on my set-up below.
Has anyone resolved a situation like this?
LAYERS
- Hosted feature layer, no webhook. Edits here trigger the webhook.
- Edit view on the hosted feature layer, has the webhook. As expected, edits here trigger the webhook
- Created a new view on the hosted feature layer for Make to edit, no webhook. Set editing to allowed, but turned off change tracking. Edits here trigger the webhook.
Am I missing a way to avoid triggering the webhook on the view layer?