Forum Discussion
Thomas Leclaire
May 19, 2020Copper Contributor
SharePoint and webhooks endless loops
For having event based reactions on list changes, I'm considering to go with webhooks. One thing that comes to my mind is how do I prevent an endless loop with webhooks and sharepoint lists when the ...
Steve Beaugé
Oct 06, 2022Copper Contributor
My first thought is that you should update the items only if it's actually needed.
I you reenter the webhook, you should compute whether the values are new values or identical to apply - or not - the update
I you reenter the webhook, you should compute whether the values are new values or identical to apply - or not - the update