I often have to connect to big object with about 100 rows of data, but I am only interested in syncing 10 of those row.
In the web hook we can only select one deduplication key i.e. ‘LastUpdatedAt’, that means if any of those 100 rows are updated, the trigger will fire. On all the cases where the updated row is not one of the 10 I need, money is therefore wasted as I pay per task.
So my ask is. How can we make the trigger specific for those 10 fields only - to optimize money usage.
Could I use code by zapier, or wold the new Functions by zapier be the way to go?