Skip to main content

I have a custom table in Dynamics 365 that I want an ‘update’ trigger for…. when I update a field in the custom table, I want it to trigger a zap.  How can that be done?  Is the feature coming soon?  If I have to do it via a Webhook - does anyone have a recent example?

Hey ​@BCWA,

It’s not possible to have the update field trigger for the custom fields through the native integration. You are on the right track to use Webhooks. Once you setup a Webhook in Dyanamic 365, you can setup a catch hook trigger in Zapier to catch that webhook for updated custom fields. This article is helpful for understanding more about webhooks here- https://help.zapier.com/hc/en-us/articles/8496083355661-How-to-get-started-with-Webhooks-by-Zapier

Another way is to use the API and poll for changes, so you can use a Schedule by Zapier to poll hourly or daily depending on the needs. Then use a Webhooks by Zapier step to do GET/POST request to API to see the changes. Hope it helps!


Reply