Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
You could use a Webhook. But the issue there will be that they gate Webhooks to a maximum of 10 per second. So I think that if you have a large Grid edit more than 10 changes, it would miss some. But it would still be better than what it is now with grid edit which is logging nothing form Grid edit.
- ArchiveUser8 years agoQrew CaptainThis isn't true; a webhook will only be triggered once if multiple records are changed at once with grid edit (or through importing). I have a webhook that does this exact thing and it works perfectly.
- QuickBaseCoachD8 years agoQrew CaptainCorrect, if you use the import form CSV, that only counts as one import and one webhook.