We are implementing dynamic field mapping from Monday to external apps.
However, webhook data received from monday.com does not include fields that have been updated to empty (null) values.
For example, if you have an automation of:
When any column changes, update an item in external apps
An a dynamic field mapping:
Name → Name
Numbers → Numbers
When the field Numbers is made empty, the webhook is triggered. However, the Numbers value is excluded in the webhook data since the value is null. Is there any way to identify that the value has changed?
Thank you!